From 51a862ed00ead6633b023df3d05b4f2ab6c532df Mon Sep 17 00:00:00 2001 From: guanj Date: Mon, 6 Jul 2026 10:58:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=9B=E7=A8=8B=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pqs/business/terminal/FrontManagement/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/pqs/business/terminal/FrontManagement/index.vue b/src/views/pqs/business/terminal/FrontManagement/index.vue index 7439a768..a02ea880 100644 --- a/src/views/pqs/business/terminal/FrontManagement/index.vue +++ b/src/views/pqs/business/terminal/FrontManagement/index.vue @@ -462,7 +462,7 @@ const currentChangeEvent = () => { hasDevices.value = hasAnyDevices dataSource.value = res.data.processDeviceList.filter(item => { - item.name = item.processNo + '' + item.name = item.processNo + '号进程' return true // 保持原有的过滤逻辑 }) } else {