From 1932a62477dfc3a7e604918c29d0d0d3bfa9c9d8 Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期六, 25 四月 2026 15:07:19 +0800
Subject: [PATCH] 阳光印刷web 销售订单查询 客户往来调整间距
---
src/views/productionManagement/productionReporting/index.vue | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index 5e956e8..7275e23 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -226,10 +226,21 @@
},
{
label: "鎶ュ伐浜哄憳",
- prop: "nickName",
+ prop: "teamNames",
+
width: 120,
+ dataType: "tag",
+ formatData: val => {
+ if (!val) return [];
+ return val.split(",");
+ }
},
{
+ label: "鏈哄彴",
+ prop: "deviceName",
+ width: 120,
+ },
+ {
label: "瀹℃牳浜�",
prop: "auditUserName",
width: 120,
@@ -259,7 +270,7 @@
width: 120,
},
{
- label: "閿�鍞悎鍚屽彿",
+ label: "璁㈠崟缂栧彿",
prop: "salesContractNo",
width: 120,
},
--
Gitblit v1.9.3