title = '操作记录'; //$this->params['breadcrumbs'][] = $this->id; ?>
$dataProvider, 'columns' => [ 'id', 'channel', 'queue', 'msg_delivery_tag', // 'addtime', // 'describe', // 'msg', // 'msg_body', [ 'attribute'=>'addtime', // 'value'=>function($model){ // return date('Y-m-d H:i:s',$model->addtime); // }, ], ['class' => 'yii\grid\ActionColumn','template'=>'{view}'] ], 'tableOptions'=>['class' => 'table table-striped'] ]); ?>