title = '创建运费模板'; $this->params['breadcrumbs'][] = ['label' => '运费模板', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; Yii::$app->params['bsVersion'] = '4.x'; ?>
render('_form', [ 'model' => $model, 'isCreate' => true ]) ?>