perf: 修改资产账号详情

This commit is contained in:
Bai
2022-12-05 19:42:46 +08:00
parent ba6750d7d6
commit b2e87d7457

View File

@@ -32,7 +32,7 @@ export default {
return {
quickActions: [
{
title: this.$t('assets.PrivilegedTemplate'),
title: this.$t('assets.Privileged'),
type: 'switcher',
attrs: {
model: vm.object.privileged,
@@ -83,7 +83,7 @@ export default {
},
{
key: this.$t('assets.SecretType'),
value: this.object.secret_type
value: this.object.secret_type.label
},
{
key: this.$t('xpack.ChangeAuthPlan.DateJoined'),