From aae6bca988ce7330ad3a18b9d8ada8eadbf3a7b0 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 25 三月 2026 16:01:14 +0800
Subject: [PATCH] fix: 生产订单加上单位字段
---
src/views/productionManagement/productionOrder/index.vue | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index f20fd80..531f0af 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -128,6 +128,12 @@
width: '120px',
},
{
+ label: "鍗曚綅",
+ prop: "unit",
+ width: '100px',
+ showOverflowTooltip: true,
+ },
+ {
label: "宸ヨ壓璺嚎缂栧彿",
prop: "processRouteCode",
width: '200px',
--
Gitblit v1.9.3