|
@ -42,6 +42,12 @@ Yii::$app->params['bsVersion'] = '4.x'; |
|
|
'attrValue' => [], |
|
|
'attrValue' => [], |
|
|
]), |
|
|
]), |
|
|
], |
|
|
], |
|
|
|
|
|
[ |
|
|
|
|
|
'label' => '<i class="fas fa-shipping-fast"></i> 物流信息', |
|
|
|
|
|
'content' => $this->render('express', ['model' => $model, |
|
|
|
|
|
'form' => $form, |
|
|
|
|
|
]), |
|
|
|
|
|
], |
|
|
[ |
|
|
[ |
|
|
'label' => '<i class="fas fa-ad"></i> 详情上传', |
|
|
'label' => '<i class="fas fa-ad"></i> 详情上传', |
|
|
'content' => $this->render('new_editor', ['model' => $model, |
|
|
'content' => $this->render('new_editor', ['model' => $model, |
|
|