[积分商城]兑换订单

This commit is contained in:
2026-03-18 19:20:36 +08:00
parent 2c2257cd3f
commit 5d52ca051f
7 changed files with 451 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
export default {
id: 'id',
order: 'order',
mall_user_id: 'mall_user_id',
malluser__username: 'username',
status: 'status',
'status 0': 'status 0',
'status 1': 'status 1',
mall_item_id: 'mall_item_id',
mallitem__title: 'title',
address: 'address',
phone: 'phone',
type: 'type',
'type 1': 'type 1',
'type 2': 'type 2',
'type 3': 'type 3',
create_time: 'create_time',
update_time: 'update_time',
'quick Search Fields': 'id',
}

View File

@@ -0,0 +1,20 @@
export default {
id: 'ID',
order: '订单号',
mall_user_id: '用户',
malluser__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',
}