feat(PageContent): ✨ 表格默认工具栏的导出、搜索按钮增加权限点控制
This commit is contained in:
@@ -89,6 +89,7 @@
|
||||
icon="FolderOpened"
|
||||
circle
|
||||
title="导出"
|
||||
v-hasPerm="[`${contentConfig.pageName}:export`]"
|
||||
@click="handleToolbar(item)"
|
||||
/>
|
||||
</template>
|
||||
@@ -98,6 +99,7 @@
|
||||
icon="search"
|
||||
circle
|
||||
title="搜索"
|
||||
v-hasPerm="[`${contentConfig.pageName}:query`]"
|
||||
@click="handleToolbar(item)"
|
||||
/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user