Commit 9f32d332 authored by 吴春's avatar 吴春

1

parent 1be470ca
......@@ -334,6 +334,7 @@
CostMoney: item.CostMoney,
PlatformTax: item.PlatformTax,
Refund: item.Refund,
PlatformMoney:item.PlatformMoney,
HandFittingIncome: item.HandFittingIncome,
HandFittingTax: item.HandFittingTax
}
......
......@@ -668,6 +668,11 @@
{{ scope.row.IncomeMoney }}
</template>
</el-table-column>
<el-table-column label="在途金额">
<template slot-scope="scope">
{{ scope.row.PlatformMoney }}
</template>
</el-table-column>
<el-table-column label="退款">
<template slot-scope="scope">
{{ scope.row.BackMoney }}
......
......@@ -52,6 +52,8 @@
</el-table-column>
<el-table-column sortable prop="Income" label="实收">
</el-table-column>
<el-table-column sortable prop="PlatformMoney" label="在途金额" min-width="100">
</el-table-column>
<el-table-column sortable prop="PreferTipAmount" label="人头小费" min-width="101">
</el-table-column>
<el-table-column sortable prop="PlatformTax" label="手续费" min-width="100">
......
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