From b1f42dd6bfe243d0a2930775f1f76690bab03d18 Mon Sep 17 00:00:00 2001 From: Bai Date: Tue, 19 Nov 2024 17:47:24 +0800 Subject: [PATCH] perf: License info remove subscription id --- src/views/settings/License.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/views/settings/License.vue b/src/views/settings/License.vue index d44ca7e32..a41dbb02f 100644 --- a/src/views/settings/License.vue +++ b/src/views/settings/License.vue @@ -114,8 +114,8 @@ export default { } return [ { - key: this.$t('SubscriptionID'), - value: this.licenseData.subscription_id + key: this.$t('SerialNumber'), + value: this.licenseData?.serial_no || '' }, { key: this.$t('Corporation'), @@ -133,10 +133,6 @@ export default { key: this.$t('Edition'), value: this.licenseData.edition }, - { - key: this.$t('SerialNumber'), - value: this.licenseData?.serial_no || '' - }, { key: this.$t('Comment'), value: this.licenseData?.remark || ''