修改积分类型字段

master
pikachu 2021-07-13 18:46:55 +08:00
parent 0fd4645514
commit 0b62cba3b9
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
key: "point",
width: 110,
render: (h, params) => {
if (params.row.pointType == 1) {
if (params.row.pointType == 'INCREASE') {
return h('div', [
h('span', {
style: {