@ -23,11 +23,11 @@
</template>
<template #menu="scope">
<el-button type="text" v-if="scope.row.auditStatus == -1" @click="maintainRow(scope.row)"
<el-button type="text" v-if="scope.row.taskStatus == -1" @click="maintainRow(scope.row)"
>维护</el-button
>
<!-- -->
<el-button type="text" @click="auditRow(scope.row)" v-if="scope.row.auditStatus == 0">审核</el-button>
<el-button type="text" @click="auditRow(scope.row)" v-if="scope.row.taskStatus == 0">审核</el-button>
</avue-crud>
<!-- 批量 审核-->