[积分商城]PlayX统一订单
This commit is contained in:
36
web/src/lang/backend/en/mall/playxOrder.ts
Normal file
36
web/src/lang/backend/en/mall/playxOrder.ts
Normal file
@@ -0,0 +1,36 @@
|
||||
export default {
|
||||
id: 'id',
|
||||
user_id: 'user_id',
|
||||
type: 'type',
|
||||
'type BONUS': 'Bonus(BONUS)',
|
||||
'type PHYSICAL': 'Physical(PHYSICAL)',
|
||||
'type WITHDRAW': 'Withdraw(WITHDRAW)',
|
||||
status: 'status',
|
||||
'status PENDING': 'Pending(PENDING)',
|
||||
'status COMPLETED': 'Completed(COMPLETED)',
|
||||
'status SHIPPED': 'Shipped(SHIPPED)',
|
||||
'status REJECTED': 'Rejected(REJECTED)',
|
||||
mall_item_id: 'mall_item_id',
|
||||
mallitem__title: 'title',
|
||||
points_cost: 'points_cost',
|
||||
amount: 'amount',
|
||||
multiplier: 'multiplier',
|
||||
external_transaction_id: 'external_transaction_id',
|
||||
playx_transaction_id: 'playx_transaction_id',
|
||||
grant_status: 'grant_status',
|
||||
'grant_status NOT_SENT': 'NOT_SENT',
|
||||
'grant_status SENT_PENDING': 'SENT_PENDING',
|
||||
'grant_status ACCEPTED': 'ACCEPTED',
|
||||
'grant_status FAILED_RETRYABLE': 'FAILED_RETRYABLE',
|
||||
'grant_status FAILED_FINAL': 'FAILED_FINAL',
|
||||
fail_reason: 'fail_reason',
|
||||
reject_reason: 'reject_reason',
|
||||
shipping_company: 'shipping_company',
|
||||
shipping_no: 'shipping_no',
|
||||
receiver_name: 'receiver_name',
|
||||
receiver_phone: 'receiver_phone',
|
||||
receiver_address: 'receiver_address',
|
||||
create_time: 'create_time',
|
||||
update_time: 'update_time',
|
||||
'quick Search Fields': 'ID',
|
||||
}
|
||||
37
web/src/lang/backend/zh-cn/mall/playxOrder.ts
Normal file
37
web/src/lang/backend/zh-cn/mall/playxOrder.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