perf: 资产详情-账号列表导入增加创建

This commit is contained in:
“huailei000”
2023-02-01 19:14:13 +08:00
committed by huailei
parent 52e34c5e75
commit 8f9c186343

View File

@@ -249,6 +249,10 @@ export default {
url: this.exportUrl,
mfaVerifyRequired: true
},
importOptions: {
canImportCreate: this.$hasPerm('accounts.add_account'),
canImportUpdate: this.$hasPerm('accounts.change_account')
},
extraActions: [
{
name: 'add',