调整砍价活动详情
parent
e17a2b9357
commit
c09a691ddc
|
|
@ -120,8 +120,7 @@ class BargainActivityController extends AdminController
|
|||
$grid->column('infos', '明细')->display(function () {
|
||||
return '【'.$this->userInfo->nickname.'】'.$this->created_at->format('Y-m-d H:i:s').'发起了砍价';
|
||||
})->link(function () {
|
||||
return '';
|
||||
// return admin_route('merchant_printers.show', ['merchant_printer' =>$this->id]);
|
||||
return admin_route('bargain_orders.show', ['bargain_order' =>$this->id]);
|
||||
});
|
||||
|
||||
$grid->model()->orderBy('created_at', 'desc');
|
||||
|
|
|
|||
Loading…
Reference in New Issue