From b41552e7d56a7068e9080a475baaef9c173f8b7e Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期三, 22 四月 2026 15:22:31 +0800
Subject: [PATCH] feat(生产报工): 支持多班组成员选择和补产数量录入
---
src/views/productionManagement/productionReporting/index.vue | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index 400f712..7275e23 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -226,8 +226,14 @@
},
{
label: "鎶ュ伐浜哄憳",
- prop: "nickName",
+ prop: "teamNames",
+
width: 120,
+ dataType: "tag",
+ formatData: val => {
+ if (!val) return [];
+ return val.split(",");
+ }
},
{
label: "鏈哄彴",
--
Gitblit v1.9.3