|
@ -622,7 +622,7 @@ onMounted(async function () { |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column prop="operation" label="操作" width="200px"> |
|
|
<el-table-column prop="operation" label="操作" width="200px"> |
|
|
<template #default="scope"> |
|
|
<template #default="scope"> |
|
|
<el-button type="warning" text @click="permissionEditRoleInit(scope.row)" :disabled="scope.row.id === 2"> |
|
|
|
|
|
|
|
|
<el-button type="warning" text @click="permissionEditRoleInit(scope.row)" :disabled="(scope.row.id === 2)|| (scope.row.id === 1)"> |
|
|
编辑 |
|
|
编辑 |
|
|
</el-button> |
|
|
</el-button> |
|
|
</template> |
|
|
</template> |
|
|