接口权限过滤.

This commit is contained in:
许晓东
2023-05-18 22:56:00 +08:00
parent 7e98a58f60
commit 571efe6ddc
30 changed files with 463 additions and 63 deletions

View File

@@ -45,7 +45,7 @@
bordered
row-key="id"
>
<div slot="operation" slot-scope="record" v-show="!record.internal">
<div slot="operation" slot-scope="record" v-show="record.username != 'super-admin'">
<a-popconfirm
:title="'删除用户: ' + record.username + ''"
ok-text="确认"