perf: License info remove subscription id

This commit is contained in:
Bai
2024-11-19 17:47:24 +08:00
committed by Bryan
parent 2eeba4ee4f
commit b1f42dd6bf

View File

@@ -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 || ''