Commit 84eea341 authored by youjie's avatar youjie

no message

parent b475d0ff
......@@ -61,6 +61,11 @@
{{scope.row.ProfitMoney}}
</template>
</el-table-column>
<el-table-column label="总销售额">
<template slot-scope="scope">
{{scope.row.SalesMoney}}
</template>
</el-table-column>
<el-table-column label="引流数量">
<template slot-scope="scope">
{{scope.row.EmpType == 1 ? '-' : scope.row.LureNum}}
......
......@@ -63,7 +63,7 @@
<template slot-scope="scope">
<span :class="{'red font-color-link':pagesTitle!='详情'&&scope.row.Commission>0}"
@click="pagesTitle!='详情'&&scope.row.Commission>0?commissionDetails(scope.row):''">
{{scope.row.Commission}}
{{scope.row.Commission>0?scope.row.Commission:'-'}}
</span>
</template>
</el-table-column>
......
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