fix: 修改云管账号详情页validity显示字段

This commit is contained in:
Bai
2021-06-16 13:15:09 +08:00
committed by Jiangjie.Bai
parent 6f07c36393
commit f8ab8035e5

View File

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