From f5d05d68f7f507ae58c48b6a741b57dd50bcfe32 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期三, 04 三月 2026 16:53:11 +0800
Subject: [PATCH] 备件管理:优化列表页展示,修复点击新增后,数量显示问题

---
 src/views/personnelManagement/attendanceCheckin/checkinRules/components/form.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/personnelManagement/attendanceCheckin/checkinRules/components/form.vue b/src/views/personnelManagement/attendanceCheckin/checkinRules/components/form.vue
index 1585a8a..11e21bc 100644
--- a/src/views/personnelManagement/attendanceCheckin/checkinRules/components/form.vue
+++ b/src/views/personnelManagement/attendanceCheckin/checkinRules/components/form.vue
@@ -18,7 +18,7 @@
                         placeholder="璇烽�夋嫨閮ㄩ棬"
                         check-strictly
                         style="width: 100%"
-                        :disabled="operationType === 'view'" />
+                        :disabled="['edit', 'view'].includes(operationType)" />
       </el-form-item>
       <!-- 鍦扮偣淇℃伅 -->
       <!-- <el-form-item label="鍦扮偣鍚嶇О"
@@ -43,13 +43,13 @@
         <div class="map-container">
           <div class="map-header"
                style="margin-bottom: 10px">
-            <el-button @click="getCurrentLocation">
+            <!-- <el-button @click="getCurrentLocation">
               <el-icon>
                 <Position />
               </el-icon>
               褰撳墠浣嶇疆
-            </el-button>
-            <span style="margin-left: 10px; color: #909399;font-size: 12px;">鐐瑰嚮鍦板浘閫夋嫨浣嶇疆</span>
+            </el-button> -->
+            <!-- <span style="margin-left: 10px; color: #909399;font-size: 12px;">鐐瑰嚮鍦板浘閫夋嫨浣嶇疆</span> -->
           </div>
           <div id="map-container"
                class="map"

--
Gitblit v1.9.3