From 5303c47248065c3682a3e7de847ebb47bed14eeb Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Thu, 17 Apr 2025 10:21:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/machine/testScript/components/communication.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/machine/testScript/components/communication.vue b/frontend/src/views/machine/testScript/components/communication.vue index d5556c0..a003fb6 100644 --- a/frontend/src/views/machine/testScript/components/communication.vue +++ b/frontend/src/views/machine/testScript/components/communication.vue @@ -140,7 +140,7 @@ const info = async () => { name: k.name, disabled: false, pname: item.name, - dataType: '谐波有功功率' + dataType: item.name =='谐波有功功率' ? 'avg' : item.name == '闪变' ? 'avg'