diff --git a/app/admin/lists/beforehand_order/BeforehandOrderLists.php b/app/admin/lists/beforehand_order/BeforehandOrderLists.php index 40b37ab9f..b93e2728b 100644 --- a/app/admin/lists/beforehand_order/BeforehandOrderLists.php +++ b/app/admin/lists/beforehand_order/BeforehandOrderLists.php @@ -168,6 +168,7 @@ class BeforehandOrderLists extends BaseAdminDataLists implements ListsSearchInte $data = [ 'id' => 'ID', 'order_id' => '单号', + 'order_sn' => '支付单号', 'order_type_name' => '订单类型', 'system_store' => '门店', 'admin_name' => '门店',