|
|
@ -176,7 +176,7 @@ onMounted(() => { |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column fixed="right" label="操作" align="center"> |
|
|
<el-table-column fixed="right" label="操作" align="center"> |
|
|
<template #default="scope"> |
|
|
<template #default="scope"> |
|
|
<el-button v-hasPerm="[124067026950959104]" type="primary" link size="small" |
|
|
<el-button v-hasPerm="['124067026950959104']" type="primary" link size="small" |
|
|
@click.stop="openSetupPwoerDialog(scope.row)">配置权限</el-button> |
|
|
@click.stop="openSetupPwoerDialog(scope.row)">配置权限</el-button> |
|
|
<el-button v-hasPerm="['124067108593086464']" type="primary" link size="small" |
|
|
<el-button v-hasPerm="['124067108593086464']" type="primary" link size="small" |
|
|
@click.stop="openSetupUsersDialog(scope.row)">使用人员</el-button> |
|
|
@click.stop="openSetupUsersDialog(scope.row)">使用人员</el-button> |
|
|
|