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']) ]); ?>