This commit is contained in:
xiaozhiyong
2024-09-27 08:53:18 +08:00
parent da9e3c4ab4
commit 81e136096d
2 changed files with 16 additions and 3 deletions

View File

@@ -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 '---'
}