diff --git a/admin/src/views/appointments/index.vue b/admin/src/views/appointments/index.vue index ed76361..438f28b 100644 --- a/admin/src/views/appointments/index.vue +++ b/admin/src/views/appointments/index.vue @@ -622,6 +622,26 @@ 至少填写一种货币金额,两个都填表示同时支付了两种货币 + + + ₱ 比索(可选) + + + + ¥ 人民币(可选) + 0 ? paymentForm.costPeso : undefined, + costRmb: paymentForm.costRmb > 0 ? paymentForm.costRmb : undefined, serviceContent: paymentForm.serviceContent, paymentTime: paymentForm.paymentTime, paymentProof: paymentForm.paymentProof, diff --git a/admin/src/views/commissions/index.vue b/admin/src/views/commissions/index.vue index dfd13ee..29dca9e 100644 --- a/admin/src/views/commissions/index.vue +++ b/admin/src/views/commissions/index.vue @@ -214,6 +214,16 @@ {{ row.currency === 'PHP' ? '₱' : '¥' }}{{ row.paymentAmount }} + + + + + +