BUG 29751
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
@getList="getList">
|
@getList="getList">
|
||||||
<el-table-column slot="changeIntegral" label="积分" align="center">
|
<el-table-column slot="changeIntegral" label="积分" align="center">
|
||||||
<template slot-scope="{ row }">
|
<template slot-scope="{ row }">
|
||||||
<span>{{ row.integralCalcType == 1 ? '+' : '' }}{{ row.changeIntegral }}</span>
|
<span>{{ row.integralCalcType == 1 ? '+' : '-' }}{{ row.changeIntegral }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column slot="options" label="操作" align="center" fixed="right" width="120">
|
<el-table-column slot="options" label="操作" align="center" fixed="right" width="120">
|
||||||
|
|||||||
Reference in New Issue
Block a user