From 0211b730e5f0b1f10a8a3243e30fe599e22f2238 Mon Sep 17 00:00:00 2001
From: cuijian <cuijian@xalxzn.com>
Date: 星期二, 01 七月 2025 18:12:04 +0800
Subject: [PATCH] 质量-检验工具,检验项目

---
 src/views/base/ShiftGroupManager.vue |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/src/views/base/ShiftGroupManager.vue b/src/views/base/ShiftGroupManager.vue
index 532d70a..1da4708 100644
--- a/src/views/base/ShiftGroupManager.vue
+++ b/src/views/base/ShiftGroupManager.vue
@@ -15,7 +15,7 @@
               <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
             <a-col :md="12" :sm="24">
                <a-button type="primary" @click="searchQuery" icon="search" style="margin-left: 21px">鏌ヨ</a-button>
-              <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">閲嶇疆</a-button>
+              <a-button type="info" @click="searchReset" icon="reload" style="margin-left: 8px">閲嶇疆</a-button>
             </a-col>
           </span>
             </a-row>
@@ -221,6 +221,21 @@
               title: '鐝粍鍚嶇О',
               align: 'center',
               dataIndex: 'groupName'
+            },
+            {
+              title: '鐝粍闀�',
+              align: 'center',
+              dataIndex: 'groupManager_dictText'
+            },
+            {
+              title: '鐝',
+              align: 'center',
+              dataIndex: 'shiftId_dictText'
+            },
+            {
+              title: '浜х嚎',
+              align: 'center',
+              dataIndex: 'factoryId_dictText'
             },
             {
               title: '鍒涘缓鏃堕棿',
@@ -456,6 +471,7 @@
           this.$message.error('璇烽�夋嫨涓�涓彮缁�!')
         } else {
           this.$refs.selectUserModal.visible = true
+          this.$refs.selectUserModal.selectedRowKeys = []
         }
       },
       handleOpen(record) {

--
Gitblit v1.9.3