From a9e176be7401497fe8a2765c99620e644b5602e9 Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Fri, 21 Jun 2024 16:20:14 +0800 Subject: [PATCH 1/2] 1 --- src/views/report/turnoverRateBM/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/report/turnoverRateBM/index.vue b/src/views/report/turnoverRateBM/index.vue index 524de21..0f6ffc7 100644 --- a/src/views/report/turnoverRateBM/index.vue +++ b/src/views/report/turnoverRateBM/index.vue @@ -254,6 +254,7 @@ export default { data: [], type: "bar", barWidth: 20, + barGap: "100%", label: { show: true, position: "top", From 582484f6dbaeee544bdc553473fe4b09f80ebf90 Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Mon, 24 Jun 2024 09:15:51 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 4 ++-- .../components/bmSearchBarComplete.vue | 9 ++++++++- src/views/report/components/bmSearchBar.vue | 9 ++++++++- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.env.dev b/.env.dev index d272df7..b254433 100644 --- a/.env.dev +++ b/.env.dev @@ -13,7 +13,7 @@ VUE_APP_TITLE = 发电玻璃智能管控平台 # 芋道管理系统/开发环境 # VUE_APP_BASE_API = 'http://192.168.1.70:30307' -# VUE_APP_BASE_API = 'http://glass.kszny.picaiba.com' +VUE_APP_BASE_API = 'http://glass.kszny.picaiba.com' # 闫阳 # VUE_APP_BASE_API = 'http://192.168.1.81:48080' # 徐 @@ -25,7 +25,7 @@ VUE_APP_TITLE = 发电玻璃智能管控平台 # 张一丁 # VUE_APP_BASE_API = 'http://192.168.4.139:48080' # 蔡 -VUE_APP_BASE_API = 'http://192.168.1.54:48080' +# VUE_APP_BASE_API = 'http://192.168.1.54:48080' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/src/views/report/completionStatusIntrBM/components/bmSearchBarComplete.vue b/src/views/report/completionStatusIntrBM/components/bmSearchBarComplete.vue index cd2e96b..0dbb2da 100644 --- a/src/views/report/completionStatusIntrBM/components/bmSearchBarComplete.vue +++ b/src/views/report/completionStatusIntrBM/components/bmSearchBarComplete.vue @@ -20,7 +20,7 @@