调整批零订单详情显示昵称
parent
cd5f3b6b4f
commit
99cd492f3d
|
|
@ -106,7 +106,7 @@ class DealerOrderController extends AdminController
|
||||||
{
|
{
|
||||||
return function (Row $row) use ($id) {
|
return function (Row $row) use ($id) {
|
||||||
$row->column(5, function ($column) 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) {
|
$column->row(Show::make($id, $builder, function (Show $show) {
|
||||||
$show->field('sn');
|
$show->field('sn');
|
||||||
$show->field('order_status')->as(function ($v) {
|
$show->field('order_status')->as(function ($v) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue