mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-31 06:34:13 +00:00
fix: 修改云管账号详情页validity显示字段
This commit is contained in:
@@ -37,7 +37,7 @@ export default {
|
||||
},
|
||||
{
|
||||
key: this.$t('xpack.Cloud.Validity'),
|
||||
value: this.object.validity_display
|
||||
value: this.object.validity ? this.$t('common.Validity') : this.$t('common.Invalidity')
|
||||
},
|
||||
{
|
||||
key: this.$t('common.Comment'),
|
||||
|
Reference in New Issue
Block a user