@ -78,7 +78,7 @@
<el-button
type="text"
size="small"
v-if="scope.row.status == 0"
v-if="scope.row.status == 0 && scope.row.actStatus == 1"
@click="addOrUpdateHandle(scope.row.id)"
>审核</el-button>
<!-- <el-button type="text" size="small" :disabled="scope.row.status ==='0'? false :true" @click="addOrUpdateHandle(scope.row.id)">审核</el-button> -->