@@ -173,6 +173,10 @@ export default {
changeWidth: "280px",
custom: false,
tableColor: true,
+ selectableStatus: true,
+ selectableFunc: (row, rowIndex) => {
+ return row.checkStatus === 0 && !this.getRoles(row.roleId);
+ },
},
formData: {
pageSize: 10,
@@ -61,7 +61,7 @@
}}
</p>
</div>
- <div class="dialog-footer">
+ <div class="dialog-footer" v-if="type == 2">
<el-button @click="batchAudit(1)" type="primary"> 审核通过 </el-button>
<el-button v-if="isTj" @click="batchAudit(-1)" type="warning"
>审核不通过</el-button