|
|
@ -792,9 +792,10 @@ onMounted(async function () { |
|
|
|
:disabled="scope.row.adminStatus === 0 ||scope.row.account === adminData.account "> |
|
|
|
修改权限 |
|
|
|
</el-button> |
|
|
|
<el-popconfirm title="确定将此用户删除吗?" @confirm="delRoleConfirm"> |
|
|
|
<el-popconfirm title="确定将此用户删除吗?" @confirm="delConfirm"> |
|
|
|
<template #reference> |
|
|
|
<el-button type="danger" text @click="del(scope.row)" :disabled="scope.row.adminStatus === 0 || scope.row.account === adminData.account"> |
|
|
|
<el-button type="danger" text @click="del(scope.row)" |
|
|
|
:disabled="scope.row.adminStatus === 0 || scope.row.account === adminData.account"> |
|
|
|
删除 |
|
|
|
</el-button> |
|
|
|
</template> |
|
|
|