diff --git a/src/components/TreeTable/index.vue b/src/components/TreeTable/index.vue index 2f9a8f295..aeb9791cc 100644 --- a/src/components/TreeTable/index.vue +++ b/src/components/TreeTable/index.vue @@ -50,13 +50,13 @@ + + diff --git a/src/views/accounts/AccountGather/index.vue b/src/views/accounts/AccountGather/index.vue index 6bc4791c1..869ba2add 100644 --- a/src/views/accounts/AccountGather/index.vue +++ b/src/views/accounts/AccountGather/index.vue @@ -16,6 +16,12 @@ export default { submenu: [ { title: this.$t('accounts.AccountGather.AccountGatherTaskList'), + name: 'AccountGatherList', + hidden: !this.$hasPerm('accounts.view_gatheredaccount'), + component: () => import('@/views/accounts/AccountGather/AccountGatherList.vue') + }, + { + title: this.$t('accounts.AccountGather.AccountGatherList'), name: 'AccountGatherTaskList', hidden: !this.$hasPerm('accounts.view_gatheraccountsautomation'), component: () => import('@/views/accounts/AccountGather/AccountGatherTaskList.vue')