diff --git a/src/components/PageContent/index.vue b/src/components/PageContent/index.vue index 68a568fa..024b50d5 100644 --- a/src/components/PageContent/index.vue +++ b/src/components/PageContent/index.vue @@ -89,6 +89,7 @@ icon="FolderOpened" circle title="导出" + v-hasPerm="[`${contentConfig.pageName}:export`]" @click="handleToolbar(item)" /> @@ -98,6 +99,7 @@ icon="search" circle title="搜索" + v-hasPerm="[`${contentConfig.pageName}:query`]" @click="handleToolbar(item)" />