21 lines
521 B
TypeScript
21 lines
521 B
TypeScript
export default {
|
|
id: 'ID',
|
|
order: '订单号',
|
|
playx_user_asset_id: '用户资产',
|
|
playxuserasset__username: '用户名',
|
|
status: '状态',
|
|
'status 0': '待发放',
|
|
'status 1': '已发放',
|
|
mall_item_id: '商品',
|
|
mallitem__title: '标题',
|
|
address: '收获地址',
|
|
phone: '电话',
|
|
type: '类型',
|
|
'type 1': '奖励',
|
|
'type 2': '充值',
|
|
'type 3': '实物',
|
|
create_time: '创建时间',
|
|
update_time: '修改时间',
|
|
'quick Search Fields': 'ID',
|
|
}
|