From 731c110292c27f41403af61f76385fa1451e02b1 Mon Sep 17 00:00:00 2001 From: linyaostalker <602604991@qq.com> Date: Tue, 19 Nov 2019 19:58:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9antgoods=E5=95=86=E5=93=81?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E7=9A=84=E5=AD=97=E6=AE=B5=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vendor/antgoods/goods/src/views/goods/create.php | 4 ++-- vendor/antgoods/goods/src/views/goods/index.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vendor/antgoods/goods/src/views/goods/create.php b/vendor/antgoods/goods/src/views/goods/create.php index 4f1d258..05be9b7 100644 --- a/vendor/antgoods/goods/src/views/goods/create.php +++ b/vendor/antgoods/goods/src/views/goods/create.php @@ -5,8 +5,8 @@ use yii\helpers\Html; /* @var $this yii\web\View */ /* @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; ?>
diff --git a/vendor/antgoods/goods/src/views/goods/index.php b/vendor/antgoods/goods/src/views/goods/index.php index 82c38b2..40421e3 100644 --- a/vendor/antgoods/goods/src/views/goods/index.php +++ b/vendor/antgoods/goods/src/views/goods/index.php @@ -7,7 +7,7 @@ use iron\grid\GridView; /* @var $searchModel common\models\searchs\GoodsSearch */ /* @var $dataProvider yii\data\ActiveDataProvider */ -$this->title = 'Goods'; +$this->title = '商品列表'; $this->params['breadcrumbs'][] = $this->title; ?>