perf: 增加license显示信息

This commit is contained in:
“huailei000” 2023-03-10 10:50:50 +08:00 committed by Jiangjie.Bai
parent 03ffe4a911
commit 757a822e34

View File

@ -116,6 +116,14 @@ export default {
{
key: this.$t('setting.Edition'),
value: this.licenseData.edition
},
{
key: this.$t('assets.SerialNumber'),
value: this.licenseData?.serial_no || ''
},
{
key: this.$t('common.Comment'),
value: this.licenseData?.remark || ''
}
]
}