From 3791cb8c977f753dfabd0d48a161dd8bff11b4b4 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 11 十二月 2025 14:19:33 +0800
Subject: [PATCH] 1.安佑-BI大屏展示数据修改 2.安佑-规格型号修改

---
 src/views/productionManagement/productionCosting/index.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/productionManagement/productionCosting/index.vue b/src/views/productionManagement/productionCosting/index.vue
index 76e7414..13e73a2 100644
--- a/src/views/productionManagement/productionCosting/index.vue
+++ b/src/views/productionManagement/productionCosting/index.vue
@@ -100,15 +100,15 @@
 		width: 100,
 	},
 	{
-		label: "宸ユ椂瀹氶",
+		label: "宸ヨ祫",
 		prop: "workHours",
 		width: 100,
 	},
-	{
-		label: "宸ヨ祫",
-		prop: "wages",
-		width: 100,
-	},
+	// {
+	// 	label: "宸ヨ祫",
+	// 	prop: "wages",
+	// 	width: 100,
+	// },
 ]);
 const tableData = ref([]);
 const tableLoading = ref(false);

--
Gitblit v1.9.3