fixed 打包后访问权限问题,升级1.0.8.
This commit is contained in:
@@ -45,7 +45,11 @@
|
||||
bordered
|
||||
row-key="id"
|
||||
>
|
||||
<div slot="operation" slot-scope="record" v-show="record.username != 'super-admin'">
|
||||
<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