From 376cab4afba8fd1b8be67cae067ed917462c2e16 Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期四, 18 十二月 2025 09:05:12 +0800
Subject: [PATCH] 添加设备报修和保养附件管理功能,维修保养过程描述

---
 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