Browse Source

修改账号解冻按钮显示条件

master_hella
bjang03 4 days ago
parent
commit
790d4d0852
  1. 2
      src/views/system/user/index.vue

2
src/views/system/user/index.vue

@ -84,7 +84,7 @@
v-hasPermi="['system:permission:assign-user-role']">
<Icon icon="ep:circle-check" />分配角色
</el-button>
<el-button type="primary" link @click="handleFree(scope.row)" v-hasPermi="['system:user:update-password']" v-if="useUserStore().userSelfInfo.userType=='MASTER'">
<el-button type="primary" link @click="handleFree(scope.row)" v-hasPermi="['system:user:update']">
<Icon icon="ep:edit" />解冻
</el-button>
<el-button type="danger" link @click="handleDelete(scope.row.id)" v-hasPermi="['system:user:delete']">

Loading…
Cancel
Save