From a4d0446d7c1c1e56641fd4e887ad4d0ecd0534ca Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 05 三月 2026 17:43:55 +0800
Subject: [PATCH] 排班管理页面完成70%

---
 src/views/personnelManagement/attendanceCheckin/checkinRules/index.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/personnelManagement/attendanceCheckin/checkinRules/index.vue b/src/views/personnelManagement/attendanceCheckin/checkinRules/index.vue
index 1fd19f3..9064274 100644
--- a/src/views/personnelManagement/attendanceCheckin/checkinRules/index.vue
+++ b/src/views/personnelManagement/attendanceCheckin/checkinRules/index.vue
@@ -2,14 +2,14 @@
   <div class="app-container">
     <!-- 椤甸潰鏍囬鍜屾搷浣滄寜閽� -->
     <div class="page-header">
-      <div class="title">鎵撳崱瑙勫垯閰嶇疆</div>
+      <div class="title">鐝閰嶇疆</div>
       <div class="actions">
         <el-button type="primary"
                    @click="openForm('add')">
           <el-icon>
             <Plus />
           </el-icon>
-          鏂板瑙勫垯
+          鏂板鐝
         </el-button>
       </div>
     </div>
@@ -50,7 +50,7 @@
         </el-button>
       </el-form-item>
     </el-form> -->
-    <!-- 瑙勫垯鍒楄〃 -->
+    <!-- 鐝鍒楄〃 -->
     <el-card shadow="never"
              class="mb16">
       <el-table :data="tableData"
@@ -110,7 +110,7 @@
                   @pagination="paginationChange"
                   class="mt10" />
     </el-card>
-    <!-- 鏂板/缂栬緫瑙勫垯寮圭獥 -->
+    <!-- 鏂板/缂栬緫鐝寮圭獥 -->
     <rule-form ref="ruleFormRef"
                v-model="dialogVisible"
                :operation-type="operationType"
@@ -206,7 +206,7 @@
     return "";
   };
 
-  // 鏌ヨ瑙勫垯鍒楄〃
+  // 鏌ヨ鐝鍒楄〃
   const fetchData = () => {
     tableLoading.value = true;
     getAttendanceRules({ ...page, ...searchForm })
@@ -240,9 +240,9 @@
     dialogVisible.value = true;
   };
 
-  // 鍒犻櫎瑙勫垯
+  // 鍒犻櫎鐝
   const handleDelete = id => {
-    ElMessageBox.confirm("纭畾瑕佸垹闄よ繖鏉¤鍒欏悧锛�", "鍒犻櫎纭", {
+    ElMessageBox.confirm("纭畾瑕佸垹闄よ繖鏉$彮娆″悧锛�", "鍒犻櫎纭", {
       confirmButtonText: "纭畾",
       cancelButtonText: "鍙栨秷",
       type: "warning",

--
Gitblit v1.9.3