|
|
@ -872,7 +872,7 @@ onMounted(async function () { |
|
|
|
<template #default="scope"> |
|
|
|
<el-popconfirm title="确定将此角色删除吗?" @confirm="delRoleConfirm"> |
|
|
|
<template #reference> |
|
|
|
<el-button type="danger" text @click="delRole(scope.row)"> |
|
|
|
<el-button type="danger" text @click="delRole(scope.row)" :disabled="scope.row.id === 1 || scope.row.id === 2"> |
|
|
|
删除 |
|
|
|
</el-button> |
|
|
|
</template> |
|
|
|