| 123456789101112131415161718192021 | 
							- <?php
 
- /* @var $this yii\web\View */
 
- /* @var $model common\models\Page */
 
- /* @var $configModels [] */
 
- /* @var $cengciModels [] */
 
- $this->title = '新增 - ' . $type;
 
- $this->params['breadcrumbs'][] = ['label' => '人才计算器', 'url' => ['index']];
 
- $this->params['breadcrumbs'][] = $this->title;
 
- ?>
 
- <div class="page-create">
 
-     <?= $this->render('_form', [
 
-         'model' => $model,
 
-         'type' => $type,
 
- 		'configModels' => $configModels,
 
- 		'cengciModels' => $cengciModels,
 
-     ]) ?>
 
- </div>
 
 
  |