From 39a323fdf5bec12b9ed813afe9ba3f1e967b8605 Mon Sep 17 00:00:00 2001 From: caoming <604844710@qq.com> Date: Tue, 29 Oct 2019 22:42:41 +0800 Subject: [PATCH] app-ht(v1.8.6 build 10) 1.搜索栏表格样式统一调整成没有边框样式 --- app-ht/config/params.php | 2 +- app-ht/modules/manufacturer/views/manufacturer/index.php | 12 +++++++++++- app-ht/modules/model/views/model/index.php | 12 +++++++++++- app-ht/modules/production/views/production/index.php | 12 +++++++++++- app-ht/modules/project/views/project/index.php | 12 +++++++++++- app-ht/modules/upgrade/views/upgrade/index.php | 12 +++++++++++- 6 files changed, 56 insertions(+), 6 deletions(-) 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