Commit cb57f468 authored by youjie's avatar youjie

no message

parent 80e2ff80
......@@ -24,7 +24,7 @@
<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 v-for="(x,index) in LossIncomeList" :key="index" @click="goUrl(x)"
<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>
......
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