|
@ -5,8 +5,8 @@ use yii\helpers\Html; |
|
|
/* @var $this yii\web\View */ |
|
|
/* @var $this yii\web\View */ |
|
|
/* @var $model antgoods\goods\models\ars\Goods */ |
|
|
/* @var $model antgoods\goods\models\ars\Goods */ |
|
|
|
|
|
|
|
|
$this->title = '创建 Goods'; |
|
|
|
|
|
$this->params['breadcrumbs'][] = ['label' => 'Goods', 'url' => ['index']]; |
|
|
|
|
|
|
|
|
$this->title = '创建商品'; |
|
|
|
|
|
$this->params['breadcrumbs'][] = ['label' => '商品列表', 'url' => ['index']]; |
|
|
$this->params['breadcrumbs'][] = $this->title; |
|
|
$this->params['breadcrumbs'][] = $this->title; |
|
|
?>
|
|
|
?>
|
|
|
<div class="goods-create"> |
|
|
<div class="goods-create"> |
|
|