From 1529733dfaba7e7d3bb32f125c672d835aa5f1b5 Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期一, 27 四月 2026 11:21:53 +0800
Subject: [PATCH] 煌水峡web 报工和附件前端报错

---
 src/views/personnelManagement/dimission/index.vue |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/src/views/personnelManagement/dimission/index.vue b/src/views/personnelManagement/dimission/index.vue
index ecbc369..8889252 100644
--- a/src/views/personnelManagement/dimission/index.vue
+++ b/src/views/personnelManagement/dimission/index.vue
@@ -18,7 +18,7 @@
       <div>
         <el-button type="primary" @click="openForm('add')">鏂板绂昏亴</el-button>
         <el-button @click="handleOut">瀵煎嚭</el-button>
-        <el-button type="danger" plain @click="handleDelete">鍒犻櫎</el-button>
+        <!-- <el-button type="danger" plain @click="handleDelete">鍒犻櫎</el-button> -->
       </div>
     </div>
     <div class="table_list">
@@ -44,7 +44,6 @@
 import FormDia from "@/views/personnelManagement/dimission/components/formDia.vue";
 import {findStaffLeaveListPage, batchDeleteStaffLeaves} from "@/api/personnelManagement/staffLeave.js";
 import {ElMessageBox} from "element-plus";
-import dayjs from "dayjs";
 
 const data = reactive({
   searchForm: {
@@ -77,6 +76,10 @@
     },
   },
   {
+    label: "绂昏亴鏃ユ湡",
+    prop: "leaveDate",
+  },
+  {
     label: "鍛樺伐缂栧彿",
     prop: "staffNo",
   },
@@ -99,11 +102,6 @@
   {
     label: "宀椾綅",
     prop: "postName",
-  },
-  {
-    label: "鐜颁綇鍧�",
-    prop: "adress",
-    width:200
   },
   {
     label: "绗竴瀛﹀巻",
@@ -134,6 +132,11 @@
     width:150
   },
   {
+    label: "宸ヤ綔浜ゆ帴",
+    prop: "workTransfer",
+    width:150
+  },
+  {
     dataType: "action",
     label: "鎿嶄綔",
     align: "center",

--
Gitblit v1.9.3