title = '编辑运费模板: ' . $model->name; $this->params['breadcrumbs'][] = ['label' => '运费模板', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; $this->params['breadcrumbs'][] = 'Update '; 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' => $cities ]), ], ], 'position' => TabsX::POS_ABOVE, 'encodeLabels' => false ]); ?>
'btn btn-success']) ?> 'btn btn-info']) ?>