Commit 1b84ba0e authored by hanfeng's avatar hanfeng

修改车辆订单

parent b205c091
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
<el-button size="small" v-if="scope.row.status == 6" class="el-button el-button--text el-button--small" <el-button size="small" v-if="scope.row.status == 6" class="el-button el-button--text el-button--small"
@click="handleReturnOrderVehicle(scope.row)">还车记录 @click="handleReturnOrderVehicle(scope.row)">还车记录
</el-button> </el-button>
<el-button size="small" v-if="scope.row.status > 3" 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)">押金记录 @click="handleRefundVehicle(scope.row)">押金记录
</el-button> </el-button>
<el-button size="small" v-if="scope.row.status == 6&&order_btn_order_violcation_save" <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