Commit d2705e37 by crushh

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

parents 1f85a5db 330a49c9
......@@ -46,6 +46,9 @@
<span :style="row.storedValueChange>0?'color:green':'color:red'">
<span v-show="row.storedValueChange>0">+</span>
{{row.storedValueChange}}
<span v-show="row.businessType==1&&row.presentValue">
(其中赠送金额{{row.presentValue}})
</span>
</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