mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-23 20:17:54 +00:00
perf: 资产详情-账号列表导入增加创建
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user