mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-03 07:54:45 +00:00
fix: 修改云管账号详情页validity显示字段
This commit is contained in:
@@ -37,7 +37,7 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: this.$t('xpack.Cloud.Validity'),
|
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'),
|
key: this.$t('common.Comment'),
|
||||||
|
Reference in New Issue
Block a user