From faf2bc09a1a8de6736ba616714d903fa5e78cc9d Mon Sep 17 00:00:00 2001 From: lVAL Date: Sat, 20 Feb 2021 17:24:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E8=B7=AF=EF=BC=9A=E5=AE=81=E6=B3=A21?= =?UTF-8?q?=20=E9=97=AE=E9=A2=98=EF=BC=9A=E4=BF=AE=E6=94=B9=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E4=B8=AD=E7=BB=84=E4=BB=B6=E5=90=8D=E7=A7=B0=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E5=AF=BC=E8=87=B4=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../theme/ningbo_01/menus/dialog/childDialog/buttonConfirm.vue | 1 - src/jmapNew/theme/ningbo_01/menus/menuStationLight.vue | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/jmapNew/theme/ningbo_01/menus/dialog/childDialog/buttonConfirm.vue b/src/jmapNew/theme/ningbo_01/menus/dialog/childDialog/buttonConfirm.vue index 6b0e6dcef..8daa10ebc 100644 --- a/src/jmapNew/theme/ningbo_01/menus/dialog/childDialog/buttonConfirm.vue +++ b/src/jmapNew/theme/ningbo_01/menus/dialog/childDialog/buttonConfirm.vue @@ -66,7 +66,6 @@ import {commitOperate} from '@/jmapNew/theme/components/utils/menuOperate'; import { OperationEvent } from '@/scripts/cmdPlugin/OperationHandler'; import CMD from '@/scripts/cmdPlugin/CommandEnum'; export default { - name: 'ConfirmTip', data() { return { dialogShow: false, diff --git a/src/jmapNew/theme/ningbo_01/menus/menuStationLight.vue b/src/jmapNew/theme/ningbo_01/menus/menuStationLight.vue index f823e1b03..df1752dc2 100644 --- a/src/jmapNew/theme/ningbo_01/menus/menuStationLight.vue +++ b/src/jmapNew/theme/ningbo_01/menus/menuStationLight.vue @@ -20,7 +20,7 @@ import OperateConfirm from './dialog/childDialog/operateConfirm'; import ButtonConfirm from './dialog/childDialog/buttonConfirm'; export default { - name: 'StationControlLight', + name: 'StationStationLight', components: { PopMenu, PasswordInput,