From b69d36a96373429d00c6f5a61ae9e1b077f8c3ab Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Mon, 29 Nov 2021 13:37:35 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E9=81=93=E5=B2=94=E7=9F=AD=E9=97=AA?= =?UTF-8?q?=EF=BC=884=E6=AC=A1=E6=81=A2=E5=A4=8D=EF=BC=89=3D=E3=80=8B=20?= =?UTF-8?q?=E7=9F=AD=E9=97=AA=EF=BC=88=E8=BD=AC=E5=8A=A8=E5=90=8E=E6=81=A2?= =?UTF-8?q?=E5=A4=8D=EF=BC=89"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit f44bcfab --- src/jmapNew/theme/components/menus/dialog/setFault.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jmapNew/theme/components/menus/dialog/setFault.vue b/src/jmapNew/theme/components/menus/dialog/setFault.vue index f9fbd99c9..8678a1051 100644 --- a/src/jmapNew/theme/components/menus/dialog/setFault.vue +++ b/src/jmapNew/theme/components/menus/dialog/setFault.vue @@ -229,7 +229,7 @@ export default { } else if (selected._type === 'Switch' && this.popClass === 'nanjing-02__systerm' ) { this.faultList = [ {label: '短闪', value: 'SPLIT'}, - {label: '短闪(转动后恢复)', value: 'SPLIT_1'}, + {label: '短闪(4次恢复)', value: 'SPLIT_4'}, {label: '定位短闪', value: 'NORMAL_SPLIT'}, {label: '反位短闪', value: 'REVERSE_SPLIT'}, {label: '长闪', value: 'SQUEEZE'},