feat(admin): 添加支付单号字段
- 在提前订单列表中新增了支付单号字段 - 便于管理员查看和管理支付信息
This commit is contained in:
parent
7c0ee175e4
commit
ce2ace7b58
@ -168,6 +168,7 @@ class BeforehandOrderLists extends BaseAdminDataLists implements ListsSearchInte
|
||||
$data = [
|
||||
'id' => 'ID',
|
||||
'order_id' => '单号',
|
||||
'order_sn' => '支付单号',
|
||||
'order_type_name' => '订单类型',
|
||||
'system_store' => '门店',
|
||||
'admin_name' => '门店',
|
||||
|
Loading…
x
Reference in New Issue
Block a user