title = '创建运费模板'; $this->params['breadcrumbs'][] = ['label' => 'Express Templates', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; Yii::$app->params['bsVersion'] = '4.x'; ?>
['class' => 'container-fluid']]); echo TabsX::widget([ 'bordered' => true, 'items' => [ [ 'label' => ' 基本信息', 'content' => $this->render('_form', [ 'model' => $model, 'form' => $form, ]), ], [ 'label' => ' 选择配送区域', 'content' => $this->render('area', ['data' => $data, 'form' => $form, 'cities' => [] ]), ], ], 'position' => TabsX::POS_ABOVE, 'encodeLabels' => false ]); ?>
'btn btn-success']) ?> 'btn btn-info']) ?>