|
@ -58,7 +58,7 @@ class DeliverySearch extends Delivery |
|
|
], |
|
|
], |
|
|
[ |
|
|
[ |
|
|
'attribute' => 'order_id', |
|
|
'attribute' => 'order_id', |
|
|
'width' => '10%', |
|
|
|
|
|
|
|
|
'width' => '7%', |
|
|
], |
|
|
], |
|
|
[ |
|
|
[ |
|
|
'attribute' => 'shipping_name', |
|
|
'attribute' => 'shipping_name', |
|
@ -70,7 +70,10 @@ class DeliverySearch extends Delivery |
|
|
], |
|
|
], |
|
|
[ |
|
|
[ |
|
|
'attribute' => 'type', |
|
|
'attribute' => 'type', |
|
|
'width' => '7%', |
|
|
|
|
|
|
|
|
'width' => '8%', |
|
|
|
|
|
'value' => function ($model) { |
|
|
|
|
|
return Delivery::dropDown('type', $model->type); |
|
|
|
|
|
} |
|
|
], |
|
|
], |
|
|
[ |
|
|
[ |
|
|
'attribute' => 'status', |
|
|
'attribute' => 'status', |
|
@ -78,7 +81,7 @@ class DeliverySearch extends Delivery |
|
|
], |
|
|
], |
|
|
[ |
|
|
[ |
|
|
'attribute' => 'decription', |
|
|
'attribute' => 'decription', |
|
|
'width' => '7%', |
|
|
|
|
|
|
|
|
'width' => '15%', |
|
|
], |
|
|
], |
|
|
[ |
|
|
[ |
|
|
'attribute' => 'created_at', |
|
|
'attribute' => 'created_at', |
|
|