瀏覽代碼

调整

master
zouhantao 4 天之前
父節點
當前提交
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…
取消
儲存