Finish Hotfix-mo-12
@@ -75,7 +75,7 @@
<div class="mymain-container">
<div class="btn-group clearfix">
<div class="fl">
- <el-button size="small" type="warning" icon="el-icon-finished" @click="batchExamine" :disabled="multipleSelection.length < 1">批量审批</el-button>
+ <el-button size="small" type="warning" icon="el-icon-finished" @click="batchExamine" :disabled="multipleSelection.length < 1" v-if="$checkBtnRole('examine', $route.meta.roles)">批量审批</el-button>
</div>
<div class="fr">
<ExportButton :exUrl="'sale/order/export'" :exParams="exParams" />