Commit a339fd0e authored by 黄奎's avatar 黄奎

页面修改

parent a95e67a6
<style>
@import "../../../assets/css/newTravelManager.css";
.flex {
display: flex;
}
.w_20 {
width: 20%;
}
.w-25 {
width: 25%;
}
.w-50 {
width: 50%
}
.p20 {
padding: 20px;
}
.TC_companyList span,
.TC_OtherCompany span {
display: inline-block;
font-size: 12px;
padding: 5px 10px;
border: 1px solid #d1d1d1;
margin: 5px 10px 0 0;
border-radius: 4px;
cursor: pointer;
}
.TC_companyList span:first-child {
margin-right: 20px;
}
.TC_companyList {
padding-top: 15px;
margin-left: 32px;
}
.TC_checked {
border: 1px solid #d95454 !important;
box-sizing: border-box;
}
.TC_OtherCompany {
margin: 0 0 20px 20px;
}
.TC_customerInfo tbody th {
height: 40px;
text-align: center;
}
.TC_firTable td {
height: 20px !important;
text-align: center !important;
}
.TC_midTable td {
text-align: center !important;
}
.TC_showUnion {
float: right;
color: #2aaef2;
cursor: pointer;
margin-bottom: 10px;
}
.go_date {
font-weight: 700;
font-size: 14px;
}
.TC_Content ._pic_upload .el-upload-dragger {
font-size: 28px;
color: #8c939d;
width: 126px;
height: 80px;
line-height: 41px;
text-align: center;
}
.TC_Content ._pic_upload>div {
float: left;
width: 138px;
height: 92px;
border: 1px dashed rgba(210, 210, 210, 1);
border-radius: 2px;
cursor: pointer;
margin-bottom: 10px;
padding: 5px;
margin-right: 10px;
position: relative;
}
.TC_Content .avatar-uploader-icon {
height: auto;
}
.TC_HotelPop {
overflow: auto;
max-height: 350px;
}
.TC_HotelPop table td {
padding: 5px 0;
text-align: center;
}
.TC_HotelPop table th {
text-align: center;
}
.TC_CarNum {
padding: 5px 10px;
background: #5151f5;
color: #fff;
font-size: 12px;
display: inline-block;
border-radius: 5px;
}
.comSearchDiv .el-checkbox {
margin-right: 0;
}
</style>
<template>
<div class="TC_Content">
<div class="TC-MyList">
<div class="query-box">
<ul>
<li>
<!-- <li>
<span>
<em>{{$t('system.table_ssLine')}}</em>
<el-select class="w150" v-model="queryMsg.LineId" filterable :placeholder="$t('pub.pleaseSel')"
......@@ -145,7 +25,7 @@
:key="item.LineID"></el-option>
</el-select>
</span>
</li>
</li> -->
<li>
<span>
<em>业务名称</em>
......@@ -182,8 +62,8 @@
</div>
</div>
<div class="el-col w-20">
<div class="p20" v-for="(subItem,subIndex) in item.TravelTeamFlightList">
<div :key="subIndex+1000"> {{subItem.Flight_number}}
<div class="p20" v-for="(subItem,subIndex) in item.TravelTeamFlightList" :key="subIndex+1000">
<div> {{subItem.Flight_number}}
{{subItem.DepartureAirPortName}} {{subItem.Departure_time}} {{subItem.ArrivalAirPortName}}
{{subItem.Arrival_time}}</div>
</div>
......
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