From 0901582e131d812adf74801762a4b415fafa9992 Mon Sep 17 00:00:00 2001
From: zhang_nuo <zhang_12370@163.com>
Date: 星期二, 25 八月 2026 18:15:20 +0800
Subject: [PATCH] feat(productionManagement): 隐藏工时工资相关表格列
---
src/views/productionManagement/productionReporting/index.vue | 10 +++++-----
src/views/productionManagement/productionCosting/index.vue | 40 ++++++++++++++++++++--------------------
2 files changed, 25 insertions(+), 25 deletions(-)
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",
diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index 28edda2..db5a34d 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -186,11 +186,11 @@
prop: "nickName",
width: 120,
},
- {
- label: "宸ユ椂锛坔锛�",
- width: 100,
- prop: "workHour",
- },
+ // {
+ // label: "宸ユ椂锛坔锛�",
+ // width: 100,
+ // prop: "workHour",
+ // },
{
label: "宸ュ簭",
prop: "process",
--
Gitblit v1.9.3