This commit is contained in:
2020-02-26 14:09:01 +07:00
parent adadd350ba
commit 543c04dc40
8 changed files with 106 additions and 46 deletions

View File

@@ -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',