- {{ getPaymentTypeName(record.paymentType) }}充值
-
-
- {{ record.paymentAccount }}
+ {{ getPaymentTypeName(record.paymentChannel) }}充值
+
- {{ record.time }}
+ {{ useDateFormat(record.createdAt, 'YYYY-MM-DD HH:mm:ss') }}
订单号:{{ record.orderNo }}
@@ -200,7 +121,7 @@ const totalCount = computed(() => {
- +¥{{ record.amount.toFixed(2) }}
+ +¥{{ Number(record.amount) }}
{