From 2fc58fbb10745abd97168b8da21d4142e11d7f2e Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期四, 18 十二月 2025 13:36:43 +0800
Subject: [PATCH] 新增设备维修保养过程描述,上传对应附件
---
src/views/productionManagement/productionCosting/index.vue | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/views/productionManagement/productionCosting/index.vue b/src/views/productionManagement/productionCosting/index.vue
index 76e7414..06641e9 100644
--- a/src/views/productionManagement/productionCosting/index.vue
+++ b/src/views/productionManagement/productionCosting/index.vue
@@ -71,11 +71,11 @@
prop: "customerName",
width: 250,
},
- {
- label: "椤圭洰鍚嶇О",
- prop: "projectName",
- width:300
- },
+ // {
+ // label: "椤圭洰鍚嶇О",
+ // prop: "projectName",
+ // width:300
+ // },
{
label: "浜у搧澶х被",
prop: "productCategory",
@@ -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