This commit is contained in:
weipengfei 2024-04-12 15:14:09 +08:00
parent df2ea82957
commit 9eb40cd0db

View File

@ -187,6 +187,7 @@ export function orderPayType(type) {
'10': '对公转账', '10': '对公转账',
'11': '微信收银', '11': '微信收银',
'12': '现金收款', '12': '现金收款',
'13': '支付宝收款'
} }
return typeMap[type] return typeMap[type]
} }