更新
This commit is contained in:
@@ -78,8 +78,11 @@
|
||||
return '付款完成'
|
||||
case 4:
|
||||
return '取消充值'
|
||||
// case 5:
|
||||
// return '待数据中心审核'
|
||||
// case 5:
|
||||
// return '待数据中心审核'
|
||||
case 5:
|
||||
if (['CALIBRATION_BALANCE'].includes(item.transactionType) || (item.transactionType ===
|
||||
'TURN' && item.turnType == 4)) return '待财务审核'
|
||||
default:
|
||||
return '---'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user