[积分商城]兑换订单
This commit is contained in:
20
web/src/lang/backend/en/mall/redemptionOrder.ts
Normal file
20
web/src/lang/backend/en/mall/redemptionOrder.ts
Normal 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',
|
||||
}
|
||||
Reference in New Issue
Block a user