Commit b103cd93 authored by guoyou's avatar guoyou

租车订单管理

parent 3732dfad
......@@ -190,7 +190,7 @@
<template scope="scope">
<el-button
size="small"
v-if="scope.row.status >=4 || scope.row.status == '-1'"
v-if="scope.row.status >4 || scope.row.status == '-1'"
class="el-button el-button--text el-button--small"
@click="handleHandoverOrderVehicle(scope.row)"
>交车记录</el-button>
......
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