소스 검색

调整

master
zouhantao 6 일 전
부모
커밋
21d8b40431
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/views/onlineBusinessHall/automobileSeroice/selfServiceOrder/index.vue

+ 1
- 1
src/views/onlineBusinessHall/automobileSeroice/selfServiceOrder/index.vue 파일 보기

@@ -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>

Loading…
취소
저장