From 1e98a8ac4e83a75d74ebb2d6fcd23bb4db41c09f Mon Sep 17 00:00:00 2001
From: 周宾 <2802492122@qq.com>
Date: 星期四, 11 十二月 2025 13:37:10 +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