Commit b475d0ff authored by youjie's avatar youjie

no message

parent 51d28b13
......@@ -57,6 +57,16 @@
label="引流"
show-overflow-tooltip>
</el-table-column>
<el-table-column
label="提成"
show-overflow-tooltip>
<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}}
</span>
</template>
</el-table-column>
<el-table-column
label="商品名称"
show-overflow-tooltip>
......
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