Browse Source

init

newStyle
lancer 2 years ago
parent
commit
5bb8853628
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/admin/user/index.vue

+ 1
- 1
src/views/admin/user/index.vue View File

@@ -314,7 +314,7 @@
>编辑</el-button
>
<el-button
v-if="(scope.row.orgType == 3)&&sys_user_choseHouse&&(scope.row.userRoleType != 8||scope.row.userRoleType != 7)"
v-if="(scope.row.orgType == 3)&&sys_user_choseHouse&&(scope.row.userRoleType != 8&&scope.row.userRoleType != 7)"
@click="gochosehouse(scope.row)"
type="text"
size="small"


Loading…
Cancel
Save