mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
perf: License info remove subscription id
This commit is contained in:
@@ -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 || ''
|
||||
|
||||
Reference in New Issue
Block a user