From c7aebff7f6184b2d8da2669d2db5656e2bc09ec4 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 21 四月 2026 15:49:45 +0800
Subject: [PATCH] 湟水峡 1.反馈登记删减字段 2.售后服务字段匹配错误问题

---
 src/views/personnelManagement/dimission/index.vue |   35 ++++++++++++++---------------------
 1 files changed, 14 insertions(+), 21 deletions(-)

diff --git a/src/views/personnelManagement/dimission/index.vue b/src/views/personnelManagement/dimission/index.vue
index 6f69690..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",
   },
@@ -93,13 +96,12 @@
     prop: "nativePlace",
   },
   {
-    label: "宀椾綅",
-    prop: "postName",
+    label: "閮ㄩ棬",
+    prop: "deptName",
   },
   {
-    label: "鐜颁綇鍧�",
-    prop: "adress",
-    width:200
+    label: "宀椾綅",
+    prop: "postName",
   },
   {
     label: "绗竴瀛﹀巻",
@@ -130,6 +132,11 @@
     width:150
   },
   {
+    label: "宸ヤ綔浜ゆ帴",
+    prop: "workTransfer",
+    width:150
+  },
+  {
     dataType: "action",
     label: "鎿嶄綔",
     align: "center",
@@ -157,20 +164,6 @@
 const { proxy } = getCurrentInstance()
 
 
-const handleDateChange = (value,type) => {
-  searchForm.value.entryDateEnd = null
-  searchForm.value.entryDateStart = null
-  if(type === 1){
-    if (value) {
-      searchForm.value.entryDateStart = dayjs(value).format("YYYY-MM-DD");
-    }
-  }else{
-    if (value) {
-      searchForm.value.entryDateEnd = dayjs(value).format("YYYY-MM-DD");
-    }
-  }
-  getList();
-};
 // 鏌ヨ鍒楄〃
 /** 鎼滅储鎸夐挳鎿嶄綔 */
 const handleQuery = () => {

--
Gitblit v1.9.3