title = '文件收集ID ' . $model->id; $this->params['breadcrumbs'][] = ['label' => '文件收集管理', 'url' => ['collection-manage']]; $this->params['breadcrumbs'][] = $this->title; YiiAsset::register($this); $searchModel = new CollectionUploadedSearch(); $dataProvider = $searchModel->search(Yii::$app->request->queryParams); $dataProvider->query->andWhere(['task_id' => $model->id]); ?>

title) ?>

status != 0): ?> 'btn btn-primary', 'id' => 'copy-link-button']) ?> $model->id, 'secret' => $model->secret], ['class' => 'btn btn-primary', 'target' => '_blank']) ?> $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => '你确定要取消这个收集任务吗?已收集的文件不会被删除', 'method' => 'post', ], ]) ?> 'btn btn-primary disabled', 'id' => 'copy-link-button', 'aria-disabled' => 'true']) ?> 'btn btn-primary disabled', 'target' => '_blank', 'aria-disabled' => 'true']) ?> 'btn btn-danger disabled', 'aria-disabled' => 'true' ]) ?>

$model, 'attributes' => [ 'id', 'folder_path', 'created_at', 'secret', ], ]) ?>

文件收集情况:

$dataProvider, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], 'id', 'uploader_ip', 'uploaded_at', 'subfolder_name' ], ]); ?>
registerJsFile('@web/js/collection_view.js', ['depends' => [JqueryAsset::class], 'position' => View::POS_END]); ?>