From 28483aef11bb21e29c18b9c562f7b17e9cc39e3f Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期三, 21 一月 2026 15:59:24 +0800
Subject: [PATCH] 人员离职添加离职日期字段 人员入职和人员离职加入体检是否合格字段
---
src/views/personnelManagement/dimission/index.vue | 20 +++++++++++---------
1 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/src/views/personnelManagement/dimission/index.vue b/src/views/personnelManagement/dimission/index.vue
index 6e20b1e..5780e5e 100644
--- a/src/views/personnelManagement/dimission/index.vue
+++ b/src/views/personnelManagement/dimission/index.vue
@@ -105,7 +105,7 @@
prop: "sex",
},
{
- label: "绫嶈疮",
+ label: "鎴风睄浣忓潃",
prop: "nativePlace",
},
{
@@ -113,7 +113,7 @@
prop: "postJob",
},
{
- label: "瀹跺涵浣忓潃",
+ label: "鐜颁綇鍧�",
prop: "adress",
width:200
},
@@ -125,11 +125,6 @@
label: "涓撲笟",
prop: "profession",
width:100
- },
- {
- label: "韬唤璇佸彿",
- prop: "identityCard",
- width:200
},
{
label: "骞撮緞",
@@ -151,8 +146,15 @@
width:150
},
{
- label: "鍚堝悓骞撮檺",
- prop: "contractTerm",
+ label: "绂昏亴鏃ユ湡",
+ prop: "createTime",
+ width: 120,
+ formatData: (params) => {
+ if (params) {
+ return dayjs(params).format("YYYY-MM-DD");
+ }
+ return "-";
+ }
},
{
label: "鍚堝悓寮�濮嬫棩鏈�",
--
Gitblit v1.9.3