From 8ef070c84a703c4a8b838bf9320d68d00a7d6dca Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 28 五月 2026 11:15:32 +0800
Subject: [PATCH] 设备巡检去掉高度限制

---
 src/views/productionManagement/productionProcess/index.vue |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/views/productionManagement/productionProcess/index.vue b/src/views/productionManagement/productionProcess/index.vue
index f81faf8..9355ffb 100644
--- a/src/views/productionManagement/productionProcess/index.vue
+++ b/src/views/productionManagement/productionProcess/index.vue
@@ -103,6 +103,15 @@
       label: "宸ュ簭鏈哄彴",
       prop: "deviceName",
     },
+    {
+      label: "鎶ュ伐浜�",
+      prop: "userNames",
+      dataType: 'tag',
+      formatData: (params) => {
+        if (!params) return []
+        return params.split(',')
+      }
+    },
     // {
     //   label: "宸ヨ祫瀹氶",
     //   prop: "salaryQuota",

--
Gitblit v1.9.3