6
0
Fork 0

调整批零订单详情显示昵称

release
vine_liutk 2022-01-24 14:48:51 +08:00
parent cd5f3b6b4f
commit 99cd492f3d
1 changed files with 1 additions and 1 deletions

View File

@ -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) {