From 6bd77b5e8e04e6b4be68d5e7a5d47e0228980e55 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 29 四月 2026 14:32:58 +0800
Subject: [PATCH] 天津阳光彩印 1.绑定工艺路线时成品尺寸不赋值
---
src/views/productionManagement/productionProcess/index.vue | 17 +++++++++++------
1 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/src/views/productionManagement/productionProcess/index.vue b/src/views/productionManagement/productionProcess/index.vue
index ac76651..9355ffb 100644
--- a/src/views/productionManagement/productionProcess/index.vue
+++ b/src/views/productionManagement/productionProcess/index.vue
@@ -104,13 +104,18 @@
prop: "deviceName",
},
{
- label: "宸ュ簭绫诲瀷",
- prop: "typeText",
+ label: "鎶ュ伐浜�",
+ prop: "userNames",
+ dataType: 'tag',
+ formatData: (params) => {
+ if (!params) return []
+ return params.split(',')
+ }
},
- {
- label: "宸ヨ祫瀹氶",
- prop: "salaryQuota",
- },
+ // {
+ // label: "宸ヨ祫瀹氶",
+ // prop: "salaryQuota",
+ // },
// {
// label: "宸ュ簭",
// prop: "process",
--
Gitblit v1.9.3