From 99cd492f3d729428ceceacc884b8cca1d87000fd Mon Sep 17 00:00:00 2001 From: vine_liutk <961510893@qq.com> Date: Mon, 24 Jan 2022 14:48:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=89=B9=E9=9B=B6=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E8=AF=A6=E6=83=85=E6=98=BE=E7=A4=BA=E6=98=B5=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Controllers/DealerOrderController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Admin/Controllers/DealerOrderController.php b/app/Admin/Controllers/DealerOrderController.php index e67706d4..514f7603 100644 --- a/app/Admin/Controllers/DealerOrderController.php +++ b/app/Admin/Controllers/DealerOrderController.php @@ -106,7 +106,7 @@ class DealerOrderController extends AdminController { return function (Row $row) use ($id) { $row->column(5, function ($column) use ($id) { - $builder = DealerOrder::with(['user', 'consignor']); + $builder = DealerOrder::with(['user', 'userInfo', 'consignor']); $column->row(Show::make($id, $builder, function (Show $show) { $show->field('sn'); $show->field('order_status')->as(function ($v) {