init commit
This commit is contained in:
23
application/admin/lang/zh-cn/wdsxh/points/order.php
Normal file
23
application/admin/lang/zh-cn/wdsxh/points/order.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Order_no' => '订单编号',
|
||||
'Goods_id' => '商品id',
|
||||
'Wechat_id' => '用户id',
|
||||
'Number' => '兑换数量',
|
||||
'User_address' => '详细地址',
|
||||
'User_phone' => '用户电话',
|
||||
'Real_name' => '用户姓名',
|
||||
'State' => '订单状态',
|
||||
'State 2' => '待发货',
|
||||
'State 3' => '待收货',
|
||||
'State 4' => '已完成',
|
||||
'Points' => '商品积分',
|
||||
'Total_points' => '积分消耗',
|
||||
'Createtime' => '创建时间',
|
||||
'Complete_time' => '完成时间',
|
||||
'Redemption_time' => '兑换时间',
|
||||
'Goods_info.name' => '商品名称',
|
||||
'Goods_info.image'=> '商品图片',
|
||||
'Goods_info.points'=> '商品积分',
|
||||
];
|
||||
Reference in New Issue
Block a user