BUG 29751
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user