feat(PageContent): 表格默认工具栏的导出、搜索按钮增加权限点控制

This commit is contained in:
cshaptx4869
2024-06-07 16:35:42 +08:00
parent 63cf7c9a00
commit 8831289b65

View File

@@ -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>