BUG 29751

This commit is contained in:
aixianling
2022-05-20 16:45:38 +08:00
parent a73749b450
commit b578e07243

View File

@@ -28,7 +28,7 @@
@getList="getList">
<el-table-column slot="changeIntegral" label="积分" align="center">
<template slot-scope="{ row }">
<span>{{ row.changeIntegral > 0 ? '+' : '' }}{{ 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">