From 7bbf078c84e4e2bc24c25d88501422eed3801a0c Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Wed, 5 Jan 2022 10:15:52 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1480=20fix:=20=E4=BF=AE=E5=A4=8Dlicense?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E5=B1=95=E7=A4=BA=E9=94=99=E8=AF=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/bottomBox/tabs/panelTabNew.vue | 1 - .../common/rightBox/chart/chartRightBox.vue | 1 - .../components/page/config/system/license.vue | 16 ++++++++++------ nezha-fronted/src/permission.js | 1 - nezha-fronted/src/store/index.js | 1 - 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/panelTabNew.vue b/nezha-fronted/src/components/common/bottomBox/tabs/panelTabNew.vue index 61a6617af..1cdf21bae 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/panelTabNew.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/panelTabNew.vue @@ -338,7 +338,6 @@ export default { this.$emit('changeTab', tab) }, closeRightBox (refresh) { - console.log('close') this.rightBox.chart.show = false this.rightBox.chartTemp.show = false this.$store.dispatch('clearPanel') diff --git a/nezha-fronted/src/components/common/rightBox/chart/chartRightBox.vue b/nezha-fronted/src/components/common/rightBox/chart/chartRightBox.vue index e4b467670..2d65418f6 100644 --- a/nezha-fronted/src/components/common/rightBox/chart/chartRightBox.vue +++ b/nezha-fronted/src/components/common/rightBox/chart/chartRightBox.vue @@ -202,7 +202,6 @@ export default { /* 关闭弹框 */ esc (refresh) { this.prevent_opt.save = false - console.log(12313) this.$emit('close', refresh) }, // 保存endpoint diff --git a/nezha-fronted/src/components/page/config/system/license.vue b/nezha-fronted/src/components/page/config/system/license.vue index 150555be4..f2dbccb66 100644 --- a/nezha-fronted/src/components/page/config/system/license.vue +++ b/nezha-fronted/src/components/page/config/system/license.vue @@ -29,16 +29,16 @@
{{$t('license.proDate')}}
- {{utcTimeToTimezoneStr(licenseList.production_date * 1000)}} + {{licenseList.production_date}} -
{{$t('license.expDate')}}
- {{utcTimeToTimezoneStr(expData.license.exp_date * 1000)}} - {{$t('license.permanent')}} - {{utcTimeToTimezoneStr(this.stateItem * 1000)}} ~ {{ utcTimeToTimezoneStr(this.endItem * 1000)}} + {{expData.license.exp_date}} + {{licenseList.production_date}} + {{stateItem}} ~ {{endItem}} -
@@ -92,6 +92,8 @@