调整砍价订单详情id排版
parent
1fb919cafa
commit
602d6f30aa
|
|
@ -90,7 +90,7 @@ class BargainOrderController extends AdminController
|
|||
$row->column(6, function ($column) use ($order) {
|
||||
$column->row(Show::make($order, function (Show $show) {
|
||||
$show->row(function (Show\Row $show) {
|
||||
$show->field('id');
|
||||
$show->field('id')->width(10, 1);
|
||||
$show->width(6)->field('activity.name');
|
||||
$show->field('sku.name');
|
||||
$show->field('sku_price')->as(function ($v) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue