Browse Source

修改antgoods商品模块的字段样式

wechat_public_accounts
linyaostalker 5 years ago
parent
commit
731c110292
  1. 4
      vendor/antgoods/goods/src/views/goods/create.php
  2. 2
      vendor/antgoods/goods/src/views/goods/index.php

4
vendor/antgoods/goods/src/views/goods/create.php

@ -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">

2
vendor/antgoods/goods/src/views/goods/index.php

@ -7,7 +7,7 @@ use iron\grid\GridView;
/* @var $searchModel common\models\searchs\GoodsSearch */ /* @var $searchModel common\models\searchs\GoodsSearch */
/* @var $dataProvider yii\data\ActiveDataProvider */ /* @var $dataProvider yii\data\ActiveDataProvider */
$this->title = 'Goods';
$this->title = '商品列表';
$this->params['breadcrumbs'][] = $this->title; $this->params['breadcrumbs'][] = $this->title;
?> ?>
<div class="row"> <div class="row">

Loading…
Cancel
Save