Bläddra i källkod

调整

master
zouhantao 6 dagar sedan
förälder
incheckning
21d8b40431

+ 1
- 1
src/views/onlineBusinessHall/automobileSeroice/selfServiceOrder/index.vue Visa fil

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

Laddar…
Avbryt
Spara