add rfid_key to card and key
This commit is contained in:
@@ -30,6 +30,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
// ['class' => 'yii\grid\SerialColumn'],
|
||||
// 'id_key',
|
||||
'number',
|
||||
'rfid_key',
|
||||
[
|
||||
'attribute' => 'status',
|
||||
'value' => function ($model, $key, $index, $column){
|
||||
@@ -39,7 +40,11 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
}
|
||||
],
|
||||
//'status',
|
||||
'type',
|
||||
[
|
||||
'attribute' =>'type',
|
||||
'value' =>'humanType'
|
||||
|
||||
],
|
||||
'created_at',
|
||||
// 'updated_at',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user