bug
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
<span>{{ row.integralCalcType == 0 ? '-' : '+' }}{{ row.changeIntegral }}</span>
|
<span>{{ row.integralCalcType == 0 ? '-' : '+' }}{{ row.changeIntegral }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column slot="eventDesc" label='事件' align="center" width="400px" show-overflow-tooltip>
|
<el-table-column slot="eventDesc" label='事件' align="center" show-overflow-tooltip>
|
||||||
<template slot-scope="{ row }">
|
<template slot-scope="{ row }">
|
||||||
<span>{{ row.eventDesc || row.eventName }}</span>
|
<span>{{ row.eventDesc || row.eventName }}</span>
|
||||||
</template>
|
</template>
|
||||||
@@ -80,7 +80,7 @@
|
|||||||
colConfigs() {
|
colConfigs() {
|
||||||
return [
|
return [
|
||||||
{prop: "doTime", label: '时间', align: "left", width: "200px"},
|
{prop: "doTime", label: '时间', align: "left", width: "200px"},
|
||||||
{prop: "integralType", label: '类型', align: "center", width: "240px", dict: "integralType"},
|
{prop: "integralType", label: '类型', align: "center", dict: "integralType"},
|
||||||
{slot: "changeIntegral"},
|
{slot: "changeIntegral"},
|
||||||
{prop: "nowIntegral", label: '剩余积分', align: "center" },
|
{prop: "nowIntegral", label: '剩余积分', align: "center" },
|
||||||
{slot: "eventDesc"},
|
{slot: "eventDesc"},
|
||||||
|
|||||||
Reference in New Issue
Block a user