From 7859c063db5effe91f2418056e70b848177a3628 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期四, 14 八月 2025 10:51:29 +0800
Subject: [PATCH] 1、保养规范审批流程根据规范分类区分展示保养项明细 2、调整二保批量新增功能

---
 src/views/system/QuartzJobList.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/system/QuartzJobList.vue b/src/views/system/QuartzJobList.vue
index 4e89a3d..69933b7 100644
--- a/src/views/system/QuartzJobList.vue
+++ b/src/views/system/QuartzJobList.vue
@@ -13,7 +13,7 @@
           </a-col>
           <a-col :md="6" :sm="10">
             <a-form-model-item label="浠诲姟鐘舵��" prop="status">
-              <a-select style="width: 220px" v-model="queryParam.status" placeholder="璇烽�夋嫨鐘舵��">
+              <a-select v-model="queryParam.status" placeholder="璇烽�夋嫨鐘舵��">
                 <a-select-option value="">鍏ㄩ儴</a-select-option>
                 <a-select-option value="0">姝e父</a-select-option>
                 <a-select-option value="-1">鍋滄</a-select-option>

--
Gitblit v1.9.3