Commit 4cb3cfc8 authored by hanfeng's avatar hanfeng

修改车辆订单

parent b237f566
......@@ -142,7 +142,7 @@
<el-button size="small" v-if="scope.row.status == 6" class="el-button el-button--text el-button--small"
@click="handleReturnOrderVehicle(scope.row)">还车记录
</el-button>
<el-button size="small" v-if="scope.row.status > 3 || scope.row.status==5" class="el-button el-button--text el-button--small"
<el-button size="small" v-if="scope.row.status > 3 || scope.row.status!=5" class="el-button el-button--text el-button--small"
@click="handleRefundVehicle(scope.row)">押金记录
</el-button>
<el-button size="small" v-if="scope.row.status == 6&&order_btn_order_violcation_save"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment