@@ -52,7 +52,7 @@ | |||
@click="audit(scope.$index, scope.row, false)"> | |||
详情 | |||
</el-button> | |||
<el-button style="margin: 10px 5px;" v-if=" (scope.row.orderStatus == 0 && scope.row.receiveStatus == 3 )" type="success" size="small" | |||
<el-button style="margin: 10px 5px;" v-if=" (scope.row.orderStatus == 0 && scope.row.receiveStatus == 1 )" type="success" size="small" | |||
@click="audit(scope.$index, scope.row, true)"> | |||
处理 | |||
</el-button> |