Commit 8a55a034 authored by youjie's avatar youjie

no message

parent fbb5e29e
......@@ -21,16 +21,16 @@
<button class="normalBtn" @click="getList">查询</button>
<button class="hollowFixedBtn" @click="Export">导出</button>
</div>
<div v-if="LossIncomeList&&LossIncomeList.length>0" style="display: flex;flex-direction: column; flex-grow: 1;margin-left: 20px;justify-content: end;">
<div style="display: flex;flex-wrap: wrap;">
<div v-if="LossIncomeList&&LossIncomeList.length>0" style="display: flex;flex-wrap: wrap;flex-grow: 1;margin-left: 20px;justify-content: end;">
<div>
<span style="line-height: 60px;font-size: 14px;">机损增收:</span>
<el-tag size="small" v-for="(x,index) in LossIncomeList" :key="index" @click="goUrl(x)"
style="margin-left: 5px;margin-top: 2px;margin-bottom: 2px; cursor: pointer;">{{x.LineName}}/{{x.AirLossIncome}}</el-tag>
</div>
<div style="font-size: 14px;color: red;margin-top: 3px;">
注: 韩国线与日本自由行是统计团队亏损其他线路为机票损失
</div>
</div>
</div>
<div style="font-size: 14px;color: red;margin-bottom: 3px;text-align: right;">
注: 韩国线与日本自由行是统计团队亏损其他线路为机票损失
</div>
<table class="singeRowTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading">
<tr>
......
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