|
@@ -42,12 +42,13 @@
|
|
|
<Plus />
|
|
|
</el-icon>
|
|
|
</el-button>
|
|
|
- <el-button type="danger" @click="batch_del" :disabled="curSelectionRows.length === 0">
|
|
|
+ <el-button type="danger" :disabled="curSelectionRows.length === 0" @click="batch_del">
|
|
|
<el-icon class="btn-icon">
|
|
|
<Delete />
|
|
|
</el-icon>
|
|
|
</el-button>
|
|
|
<el-button plain :disabled="curSelectionRows.length === 0" @click="assignRoleVisibile = true"> 分配角色 </el-button>
|
|
|
+ <el-button plain :disabled="curSelectionRows.length === 0"> 分配部门 </el-button>
|
|
|
<el-button plain :disabled="curSelectionRows.length === 0" @click="resetPwdVisibile = true"> 密码重置 </el-button>
|
|
|
</template>
|
|
|
|