From faad3c5c7b13c4aa82ff775d60e26109b39eeb97 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Fri, 31 Dec 2021 11:40:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20date=20expires=20=E6=9C=89=E6=95=88?= =?UTF-8?q?=E6=9C=9F=E6=97=B6=E9=97=B4=E5=A4=84=E7=90=86=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/config/system/license.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nezha-fronted/src/components/page/config/system/license.vue b/nezha-fronted/src/components/page/config/system/license.vue index 68296222a..150555be4 100644 --- a/nezha-fronted/src/components/page/config/system/license.vue +++ b/nezha-fronted/src/components/page/config/system/license.vue @@ -127,9 +127,8 @@ export default { this.licenseList.feature.map(e => { if (e.id === '20001') { this.expData = e - this.stateItem = e.time_start - this.endItem = e.end_time * 1 + e.time_start * 1 - // this.expData.license.end_time = this.expData.license.time_start * 1 + this.expData.license.total_time * 1 + this.stateItem = e.license.time_start + this.endItem = e.license.end_time * 1 + e.license.time_start * 1 } }) } else {