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 ca17ac7..5780e5e 100644
--- a/src/views/personnelManagement/dimission/index.vue
+++ b/src/views/personnelManagement/dimission/index.vue
@@ -127,11 +127,6 @@
width:100
},
{
- label: "韬唤璇佸彿",
- prop: "identityCard",
- width:200
- },
- {
label: "骞撮緞",
prop: "age",
},
@@ -150,10 +145,17 @@
prop: "emergencyContactPhone",
width:150
},
- // {
- // label: "鍚堝悓骞撮檺",
- // prop: "contractTerm",
- // },
+ {
+ label: "绂昏亴鏃ユ湡",
+ prop: "createTime",
+ width: 120,
+ formatData: (params) => {
+ if (params) {
+ return dayjs(params).format("YYYY-MM-DD");
+ }
+ return "-";
+ }
+ },
{
label: "鍚堝悓寮�濮嬫棩鏈�",
prop: "contractStartTime",
--
Gitblit v1.9.3