From ce2ace7b58f3c8fa97e7aef67c41a3f4d33e670e Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Sat, 23 Nov 2024 15:30:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(admin):=20=E6=B7=BB=E5=8A=A0=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E5=8D=95=E5=8F=B7=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在提前订单列表中新增了支付单号字段 - 便于管理员查看和管理支付信息 --- app/admin/lists/beforehand_order/BeforehandOrderLists.php | 1 + 1 file changed, 1 insertion(+) 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' => '门店',