diff --git a/app-ht/config/params.php b/app-ht/config/params.php index 9323615..615b585 100644 --- a/app-ht/config/params.php +++ b/app-ht/config/params.php @@ -1,4 +1,4 @@ 'v1.8.6 build 9', + 'VERSION' => 'v1.8.6 build 10', ]; \ No newline at end of file diff --git a/app-ht/modules/manufacturer/views/manufacturer/index.php b/app-ht/modules/manufacturer/views/manufacturer/index.php index dc14846..bb7dc02 100644 --- a/app-ht/modules/manufacturer/views/manufacturer/index.php +++ b/app-ht/modules/manufacturer/views/manufacturer/index.php @@ -7,7 +7,17 @@ use domain\shop\ShopItemStatus; $this->title = '厂商管理'; $this->params['breadcrumbs'][] = $this->title; ?> - +
diff --git a/app-ht/modules/model/views/model/index.php b/app-ht/modules/model/views/model/index.php index d5badd4..0f961a7 100644 --- a/app-ht/modules/model/views/model/index.php +++ b/app-ht/modules/model/views/model/index.php @@ -7,7 +7,17 @@ use domain\shop\ShopItemStatus; $this->title = '机器型号管理'; $this->params['breadcrumbs'][] = $this->title; ?> - +
diff --git a/app-ht/modules/production/views/production/index.php b/app-ht/modules/production/views/production/index.php index 523f479..d65ede9 100644 --- a/app-ht/modules/production/views/production/index.php +++ b/app-ht/modules/production/views/production/index.php @@ -7,7 +7,17 @@ use domain\shop\ShopItemStatus; $this->title = '生产日期管理'; $this->params['breadcrumbs'][] = $this->title; ?> - +
diff --git a/app-ht/modules/project/views/project/index.php b/app-ht/modules/project/views/project/index.php index 8cf92ed..6c917a2 100644 --- a/app-ht/modules/project/views/project/index.php +++ b/app-ht/modules/project/views/project/index.php @@ -7,7 +7,17 @@ use domain\shop\ShopItemStatus; $this->title = '项目管理'; $this->params['breadcrumbs'][] = $this->title; ?> - +
diff --git a/app-ht/modules/upgrade/views/upgrade/index.php b/app-ht/modules/upgrade/views/upgrade/index.php index 6bdfedb..c83a379 100644 --- a/app-ht/modules/upgrade/views/upgrade/index.php +++ b/app-ht/modules/upgrade/views/upgrade/index.php @@ -7,7 +7,17 @@ use domain\upgrade\UpgradeStatus; $this->title = '版本管理'; $this->params['breadcrumbs'][] = $this->title; ?> - +
-- libgit2 0.21.0