Commit f273cae1 authored by 吴春's avatar 吴春

1

parent 4d2f8a43
......@@ -394,6 +394,8 @@
<div style="display: flex;justify-content: end;margin-bottom: 10px;">
<p><span class="groupTourOrderByTuan_ico"><i
style="background-color:#3FC4FF"></i><span>{{$t('fnc.yidadan')}}</span></span>
<span class="groupTourOrderByTuan_ico"><i
style="background-color: rgb(0, 255, 0)"></i><span>{{$t('fnc.ptcnyshenhe')}}</span></span>
<span class="groupTourOrderByTuan_ico"><i
style="background-color:#F1416C"></i><span>{{$t('fnc.yhcnyshenhe')}}</span></span>
<span class="groupTourOrderByTuan_ico"><i
......
......@@ -607,6 +607,11 @@
<span class="fz15 fbold">{{ moneyFormat(scope.row.income) }}</span>
</template>
</el-table-column>
<el-table-column label="在途金额" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ moneyFormat(scope.row.platformMoney) }}</span>
</template>
</el-table-column>
<el-table-column label="成本" min-width="100">
<template slot-scope="scope">
<span class="fz15 fbold">{{ moneyFormat(scope.row.costMoney) }}</span>
......
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