订单类型增加
This commit is contained in:
parent
4fe4aa1e6b
commit
5463deb923
@ -212,6 +212,12 @@ export default function MyOrder() {
|
||||
if (record.productType === 'CORRECTION2_REFUND') {
|
||||
return '补正2次退款'
|
||||
}
|
||||
if (record.productType === 'PROJ_PKG') {
|
||||
return '安装包'
|
||||
}
|
||||
if (record.productType === 'PROJ_VIDEO') {
|
||||
return '演示视频'
|
||||
}
|
||||
return record.productType
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user