completion of the document module
This commit is contained in:
@ -23,11 +23,14 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
['class' => 'yii\grid\SerialColumn'],
|
||||
|
||||
'title',
|
||||
// 'template_path',
|
||||
'created_at',
|
||||
'updated_at',
|
||||
|
||||
['class' => 'yii\grid\ActionColumn'],
|
||||
[
|
||||
'class' => 'yii\grid\ActionColumn',
|
||||
'template' => '{view} {delete}',
|
||||
],
|
||||
|
||||
],
|
||||
]); ?>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user