add card.flag implementation
This commit is contained in:
@@ -61,6 +61,13 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
'value' => function ($model, $key, $index, $column){
|
||||
return Helper::getArrayValue(DoorLog::getDirectionTypes(), $model['door_log_direction'],"-" );
|
||||
}
|
||||
],
|
||||
[
|
||||
'attribute' => 'door_log_card_flag',
|
||||
'label' => 'Info',
|
||||
'value' => function ($model, $key, $index, $column){
|
||||
return Helper::getArrayValue(DoorLog::getCardFlagTexts(), $model['door_log_card_flag'],"-" );
|
||||
}
|
||||
],
|
||||
[
|
||||
'attribute' => 'door_log_source_app',
|
||||
|
||||
Reference in New Issue
Block a user