商户订单
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
export default {
|
||||
"merchant.order_payment.page.title": "Order Payment Logs",
|
||||
"merchant.order_payment.page.description": "View order payment records",
|
||||
"merchant.order_payment.id": "ID",
|
||||
"merchant.order_payment.payment_no": "Payment No.",
|
||||
"merchant.order_payment.order_id": "Order ID",
|
||||
"merchant.order_payment.user_id": "User ID",
|
||||
"merchant.order_payment.payment_transaction_id": "Transaction ID",
|
||||
"merchant.order_payment.amount": "Amount",
|
||||
"merchant.order_payment.pay_type": "Pay Type",
|
||||
"merchant.order_payment.pay_type.0": "Balance",
|
||||
"merchant.order_payment.pay_type.1": "WeChat",
|
||||
"merchant.order_payment.status": "Status",
|
||||
"merchant.order_payment.status.0": "Unpaid",
|
||||
"merchant.order_payment.status.1": "Paid",
|
||||
"merchant.order_payment.status.2": "Refunded",
|
||||
"merchant.order_payment.paid_at": "Paid At",
|
||||
"merchant.order_payment.refund_at": "Refund At",
|
||||
"merchant.order_payment.created_at": "Created At",
|
||||
"merchant.order_payment.updated_at": "Updated At",
|
||||
};
|
||||
Reference in New Issue
Block a user