update
This commit is contained in:
@@ -62,10 +62,6 @@
|
||||
],
|
||||
'columns' => [
|
||||
['class' => 'yii\grid\SerialColumn'],
|
||||
[
|
||||
'attribute' => 'plate',
|
||||
'value' => 'vehicle.plate'
|
||||
],
|
||||
[
|
||||
'attribute' => 'type',
|
||||
'value' => 'vehicle.type'
|
||||
@@ -99,6 +95,10 @@
|
||||
'format' => 'raw',
|
||||
'value' => \app\helpers\LogsGrid::sealNo()
|
||||
],
|
||||
[
|
||||
'attribute' => 'plate',
|
||||
'value' => 'vehicle.plate'
|
||||
],
|
||||
[
|
||||
'attribute' => "plate_image_in",
|
||||
'format' => 'raw',
|
||||
|
||||
Reference in New Issue
Block a user