From 183ce0e0adb68fc0ef2f56045dbf3a1b374dd767 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 03 三月 2026 10:10:51 +0800
Subject: [PATCH] fix: 工序工时定额添加单位

---
 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