From 293ee8bb37b6b0f4bf55b6fa1d2cc27f42e54393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=9A=E7=A5=96=E6=9C=9B?= <573413756@qq.com> Date: Tue, 11 Oct 2022 14:01:31 +0800 Subject: [PATCH] fix bug:hide save btn when show Detail on PLC page --- xiuosiot-frontend/src/views/terminal/PLC/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xiuosiot-frontend/src/views/terminal/PLC/index.vue b/xiuosiot-frontend/src/views/terminal/PLC/index.vue index 077bb30..57d5a95 100644 --- a/xiuosiot-frontend/src/views/terminal/PLC/index.vue +++ b/xiuosiot-frontend/src/views/terminal/PLC/index.vue @@ -362,7 +362,7 @@ class="dialog_btn" @click="lastStep" >上一步 - {{ + {{ active === 2 ? '保存' : '下一步' }}