title = '创建商品'; $this->params['breadcrumbs'][] = ['label' => '商品列表', '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('goods', ['model' => $model, 'form' => $form, 'judgeGoodsCategory' => false, //表示后台分类可以修改 ]), ], [ 'label' => ' 筛选规格', 'content' => $this->render('filter_attribute', [ 'filterModel' => [], 'filterAttrValue' => [], ]), ], [ 'label' => ' 商品规格', 'content' => $this->render('attribute', [ 'model' => [], 'attrValue' => [], ]), ], [ 'label' => ' 详情上传', 'content' => $this->render('new_editor', ['model' => $model, 'form' => $form, ]), ], [ 'label' => ' 图片上传', 'content' => $this->render('picture', [ 'model' => $model, 'form' => $form ]), ], ], 'position' => TabsX::POS_ABOVE, 'encodeLabels' => false ]); ?>
'btn btn-success']) ?> 'btn btn-info']) ?>