From c6001faea46b3266345a34edf29a25948f254482 Mon Sep 17 00:00:00 2001 From: zhangzhang <1747194829@qq.com> Date: Mon, 26 Feb 2024 11:29:26 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E5=AE=8C=E5=96=84from=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/JiHeExpressway/components/InputSearch/index.vue | 2 +- .../businessDataManagement/views/firstResponders/index.vue | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/InputSearch/index.vue b/ruoyi-ui/src/views/JiHeExpressway/components/InputSearch/index.vue index 1f70c877..2521e363 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/components/InputSearch/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/components/InputSearch/index.vue @@ -105,7 +105,7 @@ export default { return { visible: false, types: this.type, - value: this.valueData, + value: "", width: null, popperOptions: { popHideCallBack: () => { diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/firstResponders/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/firstResponders/index.vue index 39e37621..620e70f0 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/firstResponders/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/firstResponders/index.vue @@ -28,9 +28,7 @@ :formConfigOptions="{ labelWidth: '72px' }" placeholder="请输入姓名、电话,回车搜索" type="input" - :valueData="valueData" :params="params" - :queryParams="queryParams" @handleSearch="handleSearch" /> From ded2c1b683e6c93d33038cd97dd3865029dbd57b Mon Sep 17 00:00:00 2001 From: zhangzhang <1747194829@qq.com> Date: Mon, 26 Feb 2024 14:37:41 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/dailyDisposal/assets/charts.js | 12 +- .../components/dailyDisposal/index.vue | 139 +++++++++--------- 2 files changed, 77 insertions(+), 74 deletions(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/perception/eventDetection/components/dailyDisposal/assets/charts.js b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/eventDetection/components/dailyDisposal/assets/charts.js index c935e8b8..46c8a479 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/perception/eventDetection/components/dailyDisposal/assets/charts.js +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/eventDetection/components/dailyDisposal/assets/charts.js @@ -4,7 +4,7 @@ window.echartsData = [ { value: 35, name: "已处理" }, ]; -window.colorList = ["#FFee0B", "#61D8FF", "#6AE0BC"]; +window.colorList = ["#FFee0B", "#61D8FF", "#6AE0BC", "#1DA7FF"]; window.count = 0; echartsData.forEach((it) => { @@ -66,10 +66,10 @@ var options = { { name: "", type: "pie", - radius: "60px", - width: "200px", + radius: "70%", + // width: "200px", center: ["130px", "50%"], - roseType: "radius", + // roseType: "radius", label: { show: false, position: "outside", @@ -111,11 +111,11 @@ var options = { { name: "", type: "pie", - radius: "70px", + radius: "80%", hoverAnimation: false, emphasis: { scale: false }, center: ["130px", "50%"], - roseType: "radius", + // roseType: "radius", label: { show: false, position: "outside", diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/perception/eventDetection/components/dailyDisposal/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/eventDetection/components/dailyDisposal/index.vue index 96e1de1c..248c4ea9 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/perception/eventDetection/components/dailyDisposal/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/eventDetection/components/dailyDisposal/index.vue @@ -1,58 +1,63 @@ - - - - - \ No newline at end of file From 27febc35efeb5268e2b46a06acf371863a504fd2 Mon Sep 17 00:00:00 2001 From: zhangzhang <1747194829@qq.com> Date: Mon, 26 Feb 2024 15:53:31 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E6=80=BB=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../JiHeExpressway/components/Pagination.vue | 42 +++++++++++-------- 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/Pagination.vue b/ruoyi-ui/src/views/JiHeExpressway/components/Pagination.vue index f4070358..97dcbe14 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/components/Pagination.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/components/Pagination.vue @@ -1,61 +1,67 @@ - - \ No newline at end of file