Commit 5704174c authored by youjie's avatar youjie

no message

parent 838495a5
......@@ -154,32 +154,32 @@
</el-table-column>
<el-table-column label="实收" min-width="100">
<template slot-scope="scope">
<span>{{scope.row.Income?scope.row.Income:'-'}}</span>
<span>{{item.Income?item.Income:'-'}}</span>
</template>
</el-table-column>
<el-table-column label="成本" min-width="100">
<template slot-scope="scope">
<span>{{scope.row.CostMoney?scope.row.CostMoney:'-'}}</span>
<span>{{item.CostMoney?item.CostMoney:'-'}}</span>
</template>
</el-table-column>
<el-table-column label="平台税金" min-width="100">
<template slot-scope="scope">
<span>{{scope.row.PlatformTax?scope.row.PlatformTax:'-'}}</span>
<span>{{item.PlatformTax?item.PlatformTax:'-'}}</span>
</template>
</el-table-column>
<el-table-column label="退款" min-width="100">
<template slot-scope="scope">
<span>{{scope.row.Refund?scope.row.Refund:'-'}}</span>
<span>{{item.Refund?item.Refund:'-'}}</span>
</template>
</el-table-column>
<el-table-column label="手配费实收" min-width="100">
<template slot-scope="scope">
<span>{{scope.row.HandFittingIncome?scope.row.HandFittingIncome:'-'}}</span>
<span>{{item.HandFittingIncome?item.HandFittingIncome:'-'}}</span>
</template>
</el-table-column>
<el-table-column label="手配费平台税金" min-width="100">
<template slot-scope="scope">
<span>{{scope.row.HandFittingTax?scope.row.HandFittingTax:'-'}}</span>
<span>{{item.HandFittingTax?item.HandFittingTax:'-'}}</span>
</template>
</el-table-column>
<el-table-column label="城市税" min-width="60">
......
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