Commit 0965f427 authored by liudong1993's avatar liudong1993

1

parent ad9956dd
......@@ -113,7 +113,7 @@
label="未达标提成"
show-overflow-tooltip>
<template slot-scope="scope">
{{scope.row.LimitCommission>0?scope.row.LimitCommission:'-'}}
{{scope.row.LimitCommission !=0?scope.row.LimitCommission:'-'}}
</template>
</el-table-column>
<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