From 43acb69d86d1ae11457b68be924bfc8e89545242 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期日, 04 一月 2026 14:34:43 +0800
Subject: [PATCH] feat(productionProcess): 添加工资定额字段
---
src/views/productionManagement/processRoute/index.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/views/productionManagement/processRoute/index.vue b/src/views/productionManagement/processRoute/index.vue
index 7b53dfd..20de386 100644
--- a/src/views/productionManagement/processRoute/index.vue
+++ b/src/views/productionManagement/processRoute/index.vue
@@ -48,7 +48,6 @@
:record="record"
@completed="getList"
/>
- RouteItemForm
</div>
</template>
@@ -66,6 +65,10 @@
});
const { searchForm } = toRefs(data);
const tableColumn = ref([
+ {
+ label: "浜у搧鍚嶇О",
+ prop: "productName",
+ },
{
label: "瑙勬牸鍚嶇О",
prop: "model",
--
Gitblit v1.9.3