perf: 优化账号模版创建、更新显示字段

This commit is contained in:
“huailei000”
2022-10-31 19:27:46 +08:00
committed by huailei
parent c03b08e8f2
commit 85abb5937c
3 changed files with 40 additions and 17 deletions

View File

@@ -58,7 +58,7 @@ export default {
}
}
},
password: {
secret: {
label: this.$t('assets.Password'),
component: UpdateToken,
hidden: (formValue) => formValue.secret_type !== 'password'