BUG 29751

This commit is contained in:
aixianling
2022-05-23 10:09:04 +08:00
parent 1643123b77
commit 4bcf08213f

View File

@@ -28,7 +28,7 @@
@getList="getList">
<el-table-column slot="changeIntegral" label="积分" align="center">
<template slot-scope="{ row }">
<span>{{ row.integralCalcType == 1 ? '+' : '' }}{{ row.changeIntegral }}</span>
<span>{{ row.integralCalcType == 1 ? '+' : '-' }}{{ row.changeIntegral }}</span>
</template>
</el-table-column>
<el-table-column slot="options" label="操作" align="center" fixed="right" width="120">