From fc62e83f73b4b8ff4714f995da4eafbb7f525d1a Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期二, 18 八月 2026 23:30:10 +0800
Subject: [PATCH] feat(table): 统一表格日期字段展示格式为YYYY-MM-DD
---
src/views/personnelManagement/contractManagement/index.vue | 38 +++++++++++++++++++-------------------
1 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/src/views/personnelManagement/contractManagement/index.vue b/src/views/personnelManagement/contractManagement/index.vue
index ae0087e..d6abdb3 100644
--- a/src/views/personnelManagement/contractManagement/index.vue
+++ b/src/views/personnelManagement/contractManagement/index.vue
@@ -134,15 +134,15 @@
label: "鎴风睄浣忓潃",
prop: "nativePlace",
},
- {
- label: "宀椾綅",
- prop: "postName",
- },
- {
- label: "鐜颁綇鍧�",
- prop: "adress",
- width: 200
- },
+ // {
+ // label: "宀椾綅",
+ // prop: "postName",
+ // },
+ // {
+ // label: "鐜颁綇鍧�",
+ // prop: "adress",
+ // width: 200
+ // },
{
label: "绗竴瀛﹀巻",
prop: "firstStudy",
@@ -161,16 +161,16 @@
prop: "phone",
width: 150
},
- {
- label: "绱ф�ヨ仈绯讳汉",
- prop: "emergencyContact",
- width: 120
- },
- {
- label: "绱ф�ヨ仈绯讳汉鐢佃瘽",
- prop: "emergencyContactPhone",
- width: 150
- },
+ // {
+ // label: "绱ф�ヨ仈绯讳汉",
+ // prop: "emergencyContact",
+ // width: 120
+ // },
+ // {
+ // label: "绱ф�ヨ仈绯讳汉鐢佃瘽",
+ // prop: "emergencyContactPhone",
+ // width: 150
+ // },
// {
// label: "鍚堝悓骞撮檺",
// prop: "contractTerm",
--
Gitblit v1.9.3