title = '采集过的地址';
$this->params['breadcrumbs'][] = $this->title;
?>
beginBlock('content-header') ?>
= $this->title ?>
endBlock() ?>
= GridView::widget([
'dataProvider' => $dataProvider,
'columns' => [
'id',
'url_org:url',
'created_at:datetime',
'updated_at:datetime',
['class' => 'common\helpers\DiyActionColumn'],
],
]); ?>