Files
xin-school/web/locales/zh_CN/finance/order-payment.ts
T
2026-06-17 10:52:47 +08:00

22 lines
1.0 KiB
TypeScript

export default {
"merchant.order_payment.page.title": "订单支付日志",
"merchant.order_payment.page.description": "查看商城订单支付记录",
"merchant.order_payment.id": "ID",
"merchant.order_payment.payment_no": "支付编号",
"merchant.order_payment.order_id": "订单ID",
"merchant.order_payment.user_id": "用户ID",
"merchant.order_payment.payment_transaction_id": "三方交易ID",
"merchant.order_payment.amount": "支付金额",
"merchant.order_payment.pay_type": "支付方式",
"merchant.order_payment.pay_type.0": "余额",
"merchant.order_payment.pay_type.1": "微信",
"merchant.order_payment.status": "支付状态",
"merchant.order_payment.status.0": "待支付",
"merchant.order_payment.status.1": "已支付",
"merchant.order_payment.status.2": "已退款",
"merchant.order_payment.paid_at": "支付时间",
"merchant.order_payment.refund_at": "退款时间",
"merchant.order_payment.created_at": "创建时间",
"merchant.order_payment.updated_at": "更新时间",
};