From b114f42bd50a6c971a0cfe6f7b390d7065e98fe2 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期五, 11 七月 2025 15:54:40 +0800 Subject: [PATCH] 添加新增离职时,页面新增入职字段改为新增离职。员工编号改为下拉选择框,选择员工编号后带出人员入职填的信息 --- src/views/personnelManagement/employeeRecord/index.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/views/personnelManagement/employeeRecord/index.vue b/src/views/personnelManagement/employeeRecord/index.vue index f1e04db..a7389a5 100644 --- a/src/views/personnelManagement/employeeRecord/index.vue +++ b/src/views/personnelManagement/employeeRecord/index.vue @@ -98,6 +98,7 @@ { label: "瀹跺涵浣忓潃", prop: "adress", + width:200 }, { label: "绗竴瀛﹀巻", @@ -106,10 +107,12 @@ { label: "涓撲笟", prop: "profession", + width:100 }, { label: "韬唤璇佸彿", prop: "identityCard", + width:200 }, { label: "骞撮緞", @@ -118,6 +121,7 @@ { label: "鑱旂郴鐢佃瘽", prop: "phone", + width:150 }, { label: "绱ф�ヨ仈绯讳汉", @@ -125,8 +129,9 @@ width: 120 }, { - label: "鑱旂郴鐢佃瘽", + label: "绱ф�ヨ仈绯讳汉鐢佃瘽", prop: "emergencyContactPhone", + width:150 }, { label: "鍚堝悓骞撮檺", -- Gitblit v1.9.3