From 69a511ef1791a255c9b0259ba8e72263d1792e5e Mon Sep 17 00:00:00 2001 From: linyaostalker <602604991@qq.com> Date: Fri, 6 Dec 2019 14:44:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=BF=90=E8=B4=B9=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/shop/views/express-template/express_area_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/modules/shop/views/express-template/express_area_list.php b/backend/modules/shop/views/express-template/express_area_list.php index 465718b..1f59fb9 100644 --- a/backend/modules/shop/views/express-template/express_area_list.php +++ b/backend/modules/shop/views/express-template/express_area_list.php @@ -25,7 +25,7 @@ $this->params['breadcrumbs'][] = $this->title; 'batchTemplate' => '', 'create' => '', 'export' => '', - 'content' => Html::a('创建', ['index'], ['class' => 'btn btn-default']). + 'content' => Html::a('创建', ['express-area-create', 'expressTemplateId' => $expressTemplate->id], ['class' => 'btn btn-default']). Html::a('返回', ['index'], ['class' => 'btn btn-default']) ]); ?>