Commit 4b3667d7 authored by youjie's avatar youjie

no message

parent f527324c
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<el-table-column label="提成金额"> <el-table-column label="提成金额">
<template slot-scope="scope"> <template slot-scope="scope">
<span :class="scope.row.Commission<0?'red':(scope.row.Commission==0?'black':'green')" <span :class="scope.row.Commission<0?'red':(scope.row.Commission==0?'black':'green')"
@click="commissionDetails(scope.row)">{{scope.row.Commission}}</span> @click="scope.row.Commission>=0?commissionDetails(scope.row):''">{{scope.row.Commission}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="本次年终比例"> <el-table-column label="本次年终比例">
......
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