forked from github/dataease
fix: 管理员不可删除
This commit is contained in:
parent
fe8632f10b
commit
9b260f53ac
@ -240,6 +240,7 @@
|
||||
<el-button
|
||||
v-permission="['user:del']"
|
||||
@click="del(scope.row)"
|
||||
v-if="scope.row.id !== 1"
|
||||
class="text-btn"
|
||||
type="text"
|
||||
>{{ $t("commons.delete") }}</el-button
|
||||
|
Loading…
Reference in New Issue
Block a user