Browse Source

修改权限设置

qin_v3
超级管理员 1 year ago
parent
commit
36bc04ed4b
  1. 2
      src/views/powermanage/rolepower/setuprole/index.vue

2
src/views/powermanage/rolepower/setuprole/index.vue

@ -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>

Loading…
Cancel
Save