修改积分类型字段
parent
0fd4645514
commit
0b62cba3b9
|
@ -100,7 +100,7 @@
|
||||||
key: "point",
|
key: "point",
|
||||||
width: 110,
|
width: 110,
|
||||||
render: (h, params) => {
|
render: (h, params) => {
|
||||||
if (params.row.pointType == 1) {
|
if (params.row.pointType == 'INCREASE') {
|
||||||
return h('div', [
|
return h('div', [
|
||||||
h('span', {
|
h('span', {
|
||||||
style: {
|
style: {
|
||||||
|
|
Loading…
Reference in New Issue