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 {