商户后台

This commit is contained in:
liu
2026-06-17 12:41:49 +08:00
parent 845bea4b81
commit f63a7db58f
46 changed files with 2215 additions and 43 deletions
@@ -0,0 +1,17 @@
export default {
"merchant.portal.payment.page.title": "Transactions",
"merchant.portal.payment.page.description": "View payment records and transaction history for your orders",
"merchant.portal.payment.id": "ID",
"merchant.portal.payment.payment_no": "Payment No.",
"merchant.portal.payment.order_id": "Order ID",
"merchant.portal.payment.amount": "Amount",
"merchant.portal.payment.pay_type": "Payment Method",
"merchant.portal.payment.pay_type.0": "Balance",
"merchant.portal.payment.pay_type.1": "WeChat Pay",
"merchant.portal.payment.status": "Status",
"merchant.portal.payment.status.0": "Pending",
"merchant.portal.payment.status.1": "Success",
"merchant.portal.payment.status.2": "Refunded",
"merchant.portal.payment.paid_at": "Paid At",
"merchant.portal.payment.created_at": "Created At",
};