修改积分类型字段
parent
0fd4645514
commit
0b62cba3b9
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue