From faf097242f9c5115a70d2db5302fe1709fd943bc Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期一, 22 六月 2026 19:12:41 +0800
Subject: [PATCH] fix(productionCosting): 生产核算恢复工资列的显示
---
src/views/productionManagement/productionCosting/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/productionManagement/productionCosting/index.vue b/src/views/productionManagement/productionCosting/index.vue
index b1fa9f4..3e79b93 100644
--- a/src/views/productionManagement/productionCosting/index.vue
+++ b/src/views/productionManagement/productionCosting/index.vue
@@ -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