优化页面和模型
This commit is contained in:
37
web/src/lang/backend/zh-cn/mall/order.ts
Normal file
37
web/src/lang/backend/zh-cn/mall/order.ts
Normal file
@@ -0,0 +1,37 @@
|
||||
export default {
|
||||
id: 'ID',
|
||||
user_id: '用户ID',
|
||||
type: '类型',
|
||||
'type BONUS': '红利(BONUS)',
|
||||
'type PHYSICAL': '实物(PHYSICAL)',
|
||||
'type WITHDRAW': '提现(WITHDRAW)',
|
||||
status: '状态',
|
||||
'status PENDING': '处理中(PENDING)',
|
||||
'status COMPLETED': '已完成(COMPLETED)',
|
||||
'status SHIPPED': '已发货(SHIPPED)',
|
||||
'status REJECTED': '已驳回(REJECTED)',
|
||||
mall_item_id: '商品ID',
|
||||
mallitem__title: '商品标题',
|
||||
points_cost: '消耗积分',
|
||||
amount: '现金面值',
|
||||
multiplier: '流水倍数',
|
||||
external_transaction_id: '外部交易幂等键',
|
||||
playx_transaction_id: 'PlayX流水号',
|
||||
grant_status: '发放子状态',
|
||||
'grant_status NOT_SENT': '未发送',
|
||||
'grant_status SENT_PENDING': '已发送排队',
|
||||
'grant_status ACCEPTED': '已接收(accepted)',
|
||||
'grant_status FAILED_RETRYABLE': '失败可重试',
|
||||
'grant_status FAILED_FINAL': '失败最终',
|
||||
fail_reason: '失败原因',
|
||||
reject_reason: '驳回原因',
|
||||
shipping_company: '物流公司',
|
||||
shipping_no: '物流单号',
|
||||
receiver_name: '收货人',
|
||||
receiver_phone: '收货电话',
|
||||
receiver_address: '收货地址',
|
||||
create_time: '创建时间',
|
||||
update_time: '修改时间',
|
||||
'quick Search Fields': 'ID',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user