新增充值取消状态
This commit is contained in:
parent
4557b1d5c1
commit
9e365c27b5
@ -278,6 +278,8 @@ export default {
|
||||
return h('div', [h('span', {}, '已付款')]);
|
||||
} else if (params.row.payStatus === 'UNPAID') {
|
||||
return h('div', [h('span', {}, '未付款')]);
|
||||
} else if (params.row.payStatus === 'CANCEL') {
|
||||
return h('div', [h('span', {}, '已取消')]);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user