积分扣减展示问题,pc商品详情图片不展示问题,pc楼层装修提示修改,代码优化

This commit is contained in:
mabo
2021-08-13 10:38:04 +08:00
parent 736c5ecd2c
commit e6588af790
9 changed files with 15 additions and 33 deletions

View File

@@ -8,7 +8,7 @@
<h3>积分日志</h3>
<Table :columns="logColumns" :data="logData.records">
<template slot-scope="{ row }" slot="point">
<div :style="{color:row.pointType === 'INCREASE' ? 'green' : 'red'}"><span>{{row.pointType === "INCREASE" ? '+' : ''}}</span>{{ row.variablePoint }}</div>
<div :style="{color:row.pointType === 'INCREASE' ? 'green' : 'red'}"><span>{{row.pointType === "INCREASE" ? '+' : '-'}}</span>{{ row.variablePoint }}</div>
</template>
</Table>
<!-- 分页 -->