From b1d7deb1cb9be22edeb717fb2119a8bc2cf2f3af Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期一, 23 三月 2026 15:11:24 +0800
Subject: [PATCH] 添加生成逻辑以支持标准和实际成本对比分析,优化数据结构和模板下载功能

---
 src/views/personnelManagement/attendanceCheckin/index.vue |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/src/views/personnelManagement/attendanceCheckin/index.vue b/src/views/personnelManagement/attendanceCheckin/index.vue
index 9a3acfa..b7b0f92 100644
--- a/src/views/personnelManagement/attendanceCheckin/index.vue
+++ b/src/views/personnelManagement/attendanceCheckin/index.vue
@@ -60,15 +60,6 @@
       </el-descriptions>
     </el-card> -->
     <div class="attendance-operation">
-      <el-button @click="handleBack"
-                 type="default"
-                 size="small"
-                 style="margin-right: 16px">
-        <el-icon>
-          <ArrowLeft />
-        </el-icon>
-        杩斿洖鎺掔彮绠$悊
-      </el-button>
       <!-- 鏌ヨ鏉′欢锛堢鐞嗗憳鑰冨嫟鏃ユ姤锛� -->
       <el-form :model="searchForm"
                :inline="true"
@@ -455,13 +446,6 @@
     fetchTodayData();
     fetchDeptOptions();
   });
-
-  // 杩斿洖鎺掔彮绠$悊椤甸潰
-  const handleBack = () => {
-    router.push({
-      path: "/personnelManagement/classsSheduling/index",
-    });
-  };
 
   onBeforeUnmount(() => {
     if (timer) {

--
Gitblit v1.9.3