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