From 0542f34948c2a7397a904fb5ff69a73f2647d766 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 15 Nov 2023 19:13:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=8A=A0loading,=E6=8F=92?= =?UTF-8?q?=E6=A7=BD=E5=AE=9E=E7=8E=B0=E7=BB=84=E4=BB=B6=E6=9B=B4=E5=A4=9A?= =?UTF-8?q?=E4=B8=8E=E6=97=B6=E9=97=B4=E9=80=89=E6=8B=A9,=E6=BB=A1?= =?UTF-8?q?=E6=84=8F=E5=BA=A6=E8=AF=84=E4=BB=B7=E5=8A=A0=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E6=A1=86,=E6=BB=A1=E6=84=8F=E5=BA=A6=E8=AF=84=E4=BB=B7?= =?UTF-8?q?=E5=B0=8F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/assets/scss/dataBoard/overview/index.scss | 5 +- src/views/dataBoard/cpts/map/index.vue | 3 +- .../dataBoard/overview/components/jdjs.vue | 2 + .../dataBoard/overview/components/map-top.vue | 236 ++++++++---------- .../dataBoard/overview/components/wtqd.vue | 99 ++++---- src/views/dataBoard/overview/index.vue | 4 +- .../components/Title/titleSmall.vue | 3 +- .../dataBoard/satisfactionEval/index.vue | 55 ++-- .../modules/TypesOfDissatisfaction/index.vue | 46 ++-- .../modules/eventAnalysis/index.vue | 94 +++++++ 11 files changed, 324 insertions(+), 225 deletions(-) create mode 100644 src/views/dataBoard/satisfactionEval/modules/eventAnalysis/index.vue diff --git a/.env.development b/.env.development index d8024c87a..30e67c27b 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,7 @@ NODE_ENV=development # VUE_APP_API_SERVER = https://epmet-preview.elinkservice.cn/api # VUE_APP_API_SERVER = http://localhost:8080/api -VUE_APP_API_SERVER = http://192.168.1.144/api +VUE_APP_API_SERVER = http://219.146.91.110:30801/api # VUE_APP_API_SERVER = http://219.146.91.110:30801/api # VUE_APP_API_SERVER = https://epmet-yantai.elinkservice.cn/api # VUE_APP_API_SERVER = https://epmet-test.elinkservice.cn/api diff --git a/src/assets/scss/dataBoard/overview/index.scss b/src/assets/scss/dataBoard/overview/index.scss index 5a03c302a..6954bd99c 100644 --- a/src/assets/scss/dataBoard/overview/index.scss +++ b/src/assets/scss/dataBoard/overview/index.scss @@ -968,4 +968,7 @@ .el-date-picker__header--bordered { border-bottom: solid 1px #006cff; } -} \ No newline at end of file +} +::v-deep .el-autocomplete-suggestion{ + background: #001c44; + } \ No newline at end of file diff --git a/src/views/dataBoard/cpts/map/index.vue b/src/views/dataBoard/cpts/map/index.vue index 722d34d2a..649d91719 100644 --- a/src/views/dataBoard/cpts/map/index.vue +++ b/src/views/dataBoard/cpts/map/index.vue @@ -1,6 +1,6 @@ diff --git a/src/views/dataBoard/overview/components/wtqd.vue b/src/views/dataBoard/overview/components/wtqd.vue index 6b659c3d3..ae882073a 100644 --- a/src/views/dataBoard/overview/components/wtqd.vue +++ b/src/views/dataBoard/overview/components/wtqd.vue @@ -1,8 +1,8 @@ diff --git a/src/views/dataBoard/satisfactionEval/modules/TypesOfDissatisfaction/index.vue b/src/views/dataBoard/satisfactionEval/modules/TypesOfDissatisfaction/index.vue index 90f226d91..8a3efa0f5 100644 --- a/src/views/dataBoard/satisfactionEval/modules/TypesOfDissatisfaction/index.vue +++ b/src/views/dataBoard/satisfactionEval/modules/TypesOfDissatisfaction/index.vue @@ -6,7 +6,7 @@ -
+
@@ -215,30 +215,31 @@ export default { color: "#fff", }, }, - legend: { - show: true, - textStyle: { - color: "#ffffff", - rich: { - name: { - fontSize: 14, - lineHeight: 22, - // padding: [24, 0, 0, 0], + legend: { + show: true, + textStyle: { + color: "#ffffff", + rich: { + name: { + fontSize: 14, + lineHeight: 22, + // padding: [24, 0, 0, 0], + }, }, }, - }, - itemWidth: 6, - itemHeight: 6, - y: 30, - // x: "right", - formatter: (name) => { - return `{name|${name}}`; - }, - data: legendName, + itemWidth: 6, + itemHeight: 6, + x: "right", // 设置为 "right" 将图例放在右侧 + y: 'center', + orient: "vertical", // 设置为 "vertical" 垂直排列 + formatter: (name) => { + return `{name|${name}}`; + }, + data: legendName, }, radar: { - center: ["50%", "55%"], - radius: "50%", + center: ["25%", "55%"], + radius: "60%", startAngle: 90, splitNumber: 5, splitArea: { @@ -265,11 +266,12 @@ export default { name: { textStyle: { color: "#ffffff", - fontSize: "16", + fontSize: "14", borderRadius: 3, padding: [3, 5], }, }, + nameGap:10, indicator: indicator, }, series, diff --git a/src/views/dataBoard/satisfactionEval/modules/eventAnalysis/index.vue b/src/views/dataBoard/satisfactionEval/modules/eventAnalysis/index.vue new file mode 100644 index 000000000..24b971539 --- /dev/null +++ b/src/views/dataBoard/satisfactionEval/modules/eventAnalysis/index.vue @@ -0,0 +1,94 @@ + + + + + +