Commit cb3c7006 authored by youjie's avatar youjie

no message

parent 75058433
......@@ -37,6 +37,7 @@
"v-viewer": "^1.3.1",
"vue": "^2.5.2",
"vue-amap": "^0.5.6",
"vue-baidu-map": "^0.21.22",
"vue-draggable-resizable": "^1.7.2",
"vue-echarts-v3": "^2.0.1",
"vue-i18n": "^7.6.0",
......
......@@ -223,7 +223,7 @@
font-size: 14px;
}
.right-form-list{
padding: 20px 0;
/* padding: 20px 0; */
}
.right-list{
display: flex;
......@@ -275,16 +275,6 @@
团订信息
</h3>
<div class="listone-form">
<el-image v-if="detailsObj.ImageList" class="listone-img" :src="detailsObj.ImageList[0]" fit="contain">
<div slot="placeholder" class="image-slot">
<span>
加载中<span class="dot">...</span>
</span>
</div>
<div slot="error" class="image-slot">
<i class="el-icon-picture-outline"></i>
</div>
</el-image>
<div class="listone-list">
<div class="list-left">
<p style="color: #9e9e9e;font-size: 13px;">请在出发前一天的23:00前完成预定</p>
......@@ -413,13 +403,13 @@
</el-form>
</div>
<div class="flexOne-right">
<h4>结算账单</h4>
<h4>订单明细</h4>
<!-- <div class="right-text">
<b>取消限制</b>
<p></p>
</div> -->
<div class="right-form">
<h6>订单明细</h6>
<!-- <h6>订单明细</h6> -->
<div class="right-form-list">
<template v-if="isCheck&&msg.details.length>0">
<template v-for="x in msg.details">
......@@ -451,21 +441,15 @@
</button>
</div>
</div>
<!-- 包车产品详情信息 -->
<el-dialog custom-class="w800" title="包车产品详情" :visible.sync="showDetails" center @close="showDetails=false">
<Details :detailsObj="detailsRow"></Details>
</el-dialog>
</div>
</template>
<script>
import Details from './components/Details.vue'
export default {
components: { Details },
components: { },
data() {
return {
AirportTypes:[],
isCheck:true,
showDetails: false,
loading: false,
msg: {
Id: 0,
......@@ -492,7 +476,6 @@
types: [],
isCheck: false,
SetOutTime: '',
detailsObj: {},
beforeCheck: {
disabledDate: time => {
let endTime = new Date(this.getBeforeDate(0,new Date().Format("yyyy-MM-dd")));
......@@ -570,7 +553,6 @@
UseType: '',
TripInfo: ''
},
detailsRow: null,
vehicletop: [],
listvehicle: []
};
......
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