Browse Source

feat: [角色管理] 启用的才能分配用户

ouqian
memorylkf 1 month ago
parent
commit
085c9f44cc
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/views/system/role/index.vue

+ 1
- 0
src/views/system/role/index.vue View File

@ -152,6 +152,7 @@
type="text"
@click="transfer(scope.row)"
v-hasPermi="['system:role:allocate']"
v-if="scope.row.status==='0'"
>{{$t('page.system.role.allocate')}}</el-button>
<el-button

Loading…
Cancel
Save