Commit bc6e1247 authored by 黄奎's avatar 黄奎

票务管理

parent 08ce9b15
......@@ -69,13 +69,13 @@
}
.PlaneTicket ._ol_list > li {
height: 107px;
/* height: 107px; */
margin: 20px 0 0px 0px;
transition: linear all 0.5s;
background-color: #fff;
border: 1px solid #dddddd;
border-left: 0;
overflow: hidden;
/* overflow: hidden; */
position: relative;
}
......@@ -1179,14 +1179,13 @@
}
.TCID_cont {
height: 28px;
line-height: 28px;
min-height: 28px;
border-top: 1px dashed #ccc;
text-indent: 20px;
}
.Ticket_TCID {
margin-right: 2px;
margin:5px 25px 5px 0;
display: inline-block;
}
/*航班详情*/
......@@ -1231,6 +1230,12 @@
.FinaceDanList {
cursor: pointer;
}
.teamTitle{
text-indent:10px;
min-height:28px;
border-top:1px solid #ccc;
line-height:28px;
}
</style>
<template>
<div class="flexOne PlaneTicket">
......@@ -1600,9 +1605,11 @@
</el-row>
<el-row :gutter="0">
<el-col :span="8">
<el-col :span="1">
<div class="teamTitle">团期:</div>
</el-col>
<el-col :span="15">
<div class="TCID_cont PingFangSC">
团期:
<span v-show="item.PriceList==null ||item.PriceList.length==0">暂无</span>
<span class="Ticket_TCID" v-for="subItem in item.PriceList">
<a style="color:blue;cursor:pointer" @click='goUrlT("RegistrationList",subItem.TCID,"报名清单")'> ({{subItem.TCID}}){{subItem.TCNUM}} </a>
......@@ -1611,10 +1618,7 @@
</div>
</el-col>
<el-col :span="8">
<div class="TCID_cont"></div>
</el-col>
<el-col :span="8">
<div class="TCID_cont">PNR:{{item.PNR}}</div>
<div class="TCID_cont" style="padding-top:5px;">PNR:{{item.PNR}}</div>
</el-col>
</el-row>
</li>
......
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