|
@ -5,8 +5,8 @@ use yii\helpers\Html; |
|
|
/* @var $this yii\web\View */ |
|
|
/* @var $this yii\web\View */ |
|
|
/* @var $model antgoods\goods\models\ars\Attribute */ |
|
|
/* @var $model antgoods\goods\models\ars\Attribute */ |
|
|
|
|
|
|
|
|
$this->title = '编辑 Attribute: ' . $model->name; |
|
|
|
|
|
$this->params['breadcrumbs'][] = ['label' => 'Attributes', 'url' => ['index']]; |
|
|
|
|
|
|
|
|
$this->title = '编辑规格: ' . $model->name; |
|
|
|
|
|
$this->params['breadcrumbs'][] = ['label' => '规格管理', 'url' => ['index']]; |
|
|
$this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; |
|
|
$this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; |
|
|
$this->params['breadcrumbs'][] = 'Update '; |
|
|
$this->params['breadcrumbs'][] = 'Update '; |
|
|
?>
|
|
|
?>
|
|
|