6
0
Fork 0

调整砍价订单详情id排版

release
vine_liutk 2022-04-12 15:56:38 +08:00
parent 1fb919cafa
commit 602d6f30aa
1 changed files with 1 additions and 1 deletions

View File

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