From 5cc6a30699bcb3a995de42bb51066a2398c12c22 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期六, 19 九月 2026 21:06:36 +0800
Subject: [PATCH] fix: 注释掉不必要的字段以简化界面
---
src/views/personnelManagement/employeeRecord/index.vue | 26 ++++----
src/views/productionManagement/productionCosting/index.vue | 40 ++++++------
src/views/personnelManagement/contractManagement/index.vue | 64 ++++++++++----------
3 files changed, 65 insertions(+), 65 deletions(-)
diff --git a/src/views/personnelManagement/contractManagement/index.vue b/src/views/personnelManagement/contractManagement/index.vue
index ae0087e..c836e73 100644
--- a/src/views/personnelManagement/contractManagement/index.vue
+++ b/src/views/personnelManagement/contractManagement/index.vue
@@ -130,28 +130,28 @@
label: "鎬у埆",
prop: "sex",
},
- {
- label: "鎴风睄浣忓潃",
- prop: "nativePlace",
- },
- {
- label: "宀椾綅",
- prop: "postName",
- },
- {
- label: "鐜颁綇鍧�",
- prop: "adress",
- width: 200
- },
- {
- label: "绗竴瀛﹀巻",
- prop: "firstStudy",
- },
- {
- label: "涓撲笟",
- prop: "profession",
- width: 100
- },
+ // {
+ // label: "鎴风睄浣忓潃",
+ // prop: "nativePlace",
+ // },
+ // {
+ // label: "宀椾綅",
+ // prop: "postName",
+ // },
+ // {
+ // label: "鐜颁綇鍧�",
+ // prop: "adress",
+ // width: 200
+ // },
+ // {
+ // label: "绗竴瀛﹀巻",
+ // prop: "firstStudy",
+ // },
+ // {
+ // label: "涓撲笟",
+ // prop: "profession",
+ // width: 100
+ // },
{
label: "骞撮緞",
prop: "age",
@@ -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",
diff --git a/src/views/personnelManagement/employeeRecord/index.vue b/src/views/personnelManagement/employeeRecord/index.vue
index 55e8a64..c9bd89d 100644
--- a/src/views/personnelManagement/employeeRecord/index.vue
+++ b/src/views/personnelManagement/employeeRecord/index.vue
@@ -148,10 +148,10 @@
label: "濮撳悕",
prop: "staffName",
},
- {
- label: "鍒悕",
- prop: "alias",
- },
+ // {
+ // label: "鍒悕",
+ // prop: "alias",
+ // },
{
label: "鎵嬫満",
prop: "phone",
@@ -182,20 +182,20 @@
label: "骞撮緞",
prop: "age",
},
- {
- label: "绫嶈疮",
- prop: "nativePlace",
- },
+ // {
+ // label: "绫嶈疮",
+ // prop: "nativePlace",
+ // },
{
label: "姘戞棌",
prop: "nation",
width: 100,
},
- {
- label: "濠氬Щ鐘跺喌",
- prop: "maritalStatus",
- width: 100,
- },
+ // {
+ // label: "濠氬Щ鐘跺喌",
+ // prop: "maritalStatus",
+ // width: 100,
+ // },
{
dataType: "action",
label: "鎿嶄綔",
diff --git a/src/views/productionManagement/productionCosting/index.vue b/src/views/productionManagement/productionCosting/index.vue
index 3e79b93..75ffce7 100644
--- a/src/views/productionManagement/productionCosting/index.vue
+++ b/src/views/productionManagement/productionCosting/index.vue
@@ -124,26 +124,26 @@
prop: "process",
minWidth: 100,
},
- {
- label: "宸ユ椂锛坔锛�",
- prop: "workHour",
- minWidth: 100,
- },
+ // {
+ // label: "宸ユ椂锛坔锛�",
+ // prop: "workHour",
+ // minWidth: 100,
+ // },
{
label: "鐢熶骇鏁伴噺",
prop: "quantity",
minWidth: 100,
},
- {
- label: "宸ユ椂瀹氶",
- prop: "workHours",
- minWidth: 100,
- },
- {
- label: "宸ヨ祫",
- prop: "wages",
- minWidth: 100,
- },
+ // {
+ // label: "宸ユ椂瀹氶",
+ // prop: "workHours",
+ // minWidth: 100,
+ // },
+ // {
+ // label: "宸ヨ祫",
+ // prop: "wages",
+ // minWidth: 100,
+ // },
]);
// 宸︿晶姹囨�诲彴璐﹀垪锛堢敓浜т汉銆佷骇閲忋�佸伐璧勩�佸悎鏍肩巼锛�
@@ -158,11 +158,11 @@
prop: "finishedNum",
minWidth: 100,
},
- {
- label: "宸ヨ祫",
- prop: "wages",
- minWidth: 100,
- },
+ // {
+ // label: "宸ヨ祫",
+ // prop: "wages",
+ // minWidth: 100,
+ // },
{
label: "鍚堟牸鐜�",
prop: "outputRate",
--
Gitblit v1.9.3