Commit 5f50dbbf authored by guoyou's avatar guoyou

租车订单管理

parent 08d10f01
module.exports = { module.exports = {
NODE_ENV: '"development"', NODE_ENV: '"development"',
BASE_API:'"https://dev.dfangche.com"',//'"https://xxtest.upyuns.com"',//'"https://xxtest.upyuns.com"',//'"https://xxtest.upyuns.com"',//'"https://xxfcmgmt.upyuns.com"(正)',//http://10.1.37.192:9527(何), //https://xxtest.upyuns.com(测),10.1.37.246:9527(韩), 10.1.37.244(李斌)10.1.37.248:8765(小威) BASE_API:'"https://xxtest.upyuns.com"',//'"https://dev.dfangche.com"',//'"https://xxtest.upyuns.com"',//'"https://xxtest.upyuns.com"',//'"https://xxfcmgmt.upyuns.com"(正)',//http://10.1.37.192:9527(何), //https://xxtest.upyuns.com(测),10.1.37.246:9527(韩), 10.1.37.244(李斌)10.1.37.248:8765(小威)
APP_ORIGIN: '"https://wallstreetcn.com"' APP_ORIGIN: '"https://wallstreetcn.com"'
} }
...@@ -279,7 +279,8 @@ ...@@ -279,7 +279,8 @@
<el-form-item label="实退押金:"> <el-form-item label="实退押金:">
<span>{{orderReturnVehicleCrosstown.restDeposit}}</span> <span>{{orderReturnVehicleCrosstown.restDeposit}}</span>
</el-form-item> </el-form-item>
<div v-show="orderReturnVehicleCrosstown.violateDetailList"> <!-- {{orderReturnVehicleCrosstown.violateDetailList != ''}} -->
<div v-show="orderReturnVehicleCrosstown.violateDetailList != ''">
<!-- <div> --> <!-- <div> -->
<el-form-item label="消费超额:"> <el-form-item label="消费超额:">
<span <span
......
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