From ac10b507705aef9b384d355dcad613aad3dd3972 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 14 五月 2026 18:04:01 +0800
Subject: [PATCH] 进销存pro 1.财务凭证页面上传附件和预览下载修改 2.部分页面不要导入导出 3.用印管理添加上传附件功能 4.设备保养、设备维修添加具体指定人员 5.员工台账添加转正提醒 6.续签合同功能挪到合同管理页面

---
 src/views/personnelManagement/attendanceCheckin/index.vue |   21 ++++-----------------
 1 files changed, 4 insertions(+), 17 deletions(-)

diff --git a/src/views/personnelManagement/attendanceCheckin/index.vue b/src/views/personnelManagement/attendanceCheckin/index.vue
index 9a3acfa..168a71d 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"
@@ -456,13 +447,6 @@
     fetchDeptOptions();
   });
 
-  // 杩斿洖鎺掔彮绠$悊椤甸潰
-  const handleBack = () => {
-    router.push({
-      path: "/personnelManagement/classsSheduling/index",
-    });
-  };
-
   onBeforeUnmount(() => {
     if (timer) {
       clearInterval(timer);
@@ -471,6 +455,9 @@
 </script>
 
 <style scoped lang="scss">
+.table_list {
+	margin-top: unset;
+}
   .mb16 {
     margin-bottom: 16px;
   }
@@ -513,7 +500,7 @@
     color: #333;
   }
 
-  ::v-deep(.row-abnormal) {
+  :deep(.row-abnormal) {
     background-color: #fff5f5;
   }
 

--
Gitblit v1.9.3