|
@@ -279,7 +279,7 @@
|
|
|
<el-button size="small" type="primary" @click="handJue">{{ $t('modifyingRoles') }}</el-button>
|
|
|
<el-button size="small" type="primary" @click="workingHoursDialogClick()">{{ $t('xiuZhengGongShiSuoShuBuMen') }}</el-button>
|
|
|
<el-button size="small" type="primary" @click="handleSelectionUser()">{{ $t('piLiangQiYongYuanGong') }}</el-button>
|
|
|
- <el-button size="small" type="primary" @click="showUserGroupVisable()">批量修改分组</el-button>
|
|
|
+ <el-button size="small" type="primary" v-if="permissions.userGroupManage" @click="showUserGroupVisable()">批量修改分组</el-button>
|
|
|
|
|
|
|
|
|
|