vue3:修改 detail 的权限校验

This commit is contained in:
YunaiV
2022-11-16 10:07:24 +08:00
parent 2c32289c4a
commit b98a61f88f
7 changed files with 7 additions and 7 deletions

View File

@ -34,7 +34,7 @@
<XTextButton
preIcon="ep:view"
:title="t('action.detail')"
v-hasPermi="['system:oauth2-client:update']"
v-hasPermi="['system:oauth2-client:query']"
@click="handleDetail(row.id)"
/>
<!-- 操作删除 -->