接口权限过滤.
This commit is contained in:
@@ -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="确认"
|
||||
|
||||
Reference in New Issue
Block a user