Commit ab8d2780 by crushh

Merge branch 'feature/会员标签调整' into dev

parents 54b8bd71 8e780560
......@@ -45,7 +45,6 @@
<template slot-scope="{ row }">
<span :style="row.storedValueChange>0?'color:green':'color:red'">
<span v-show="row.storedValueChange>0">+</span>
<span v-show="row.storedValueChange<0">-</span>
{{row.storedValueChange}}
</span>
</template>
......
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