From 4eeced60bf81bab62ec004c5b4877cf90765f8f1 Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Mon, 15 Nov 2021 22:19:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9C=AC=E5=9C=B0=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=9A=84=E4=B8=8B=E5=8F=91=E5=91=BD=E4=BB=A4=E7=A7=BB?= =?UTF-8?q?=E5=88=B0=E8=AE=BE=E5=A4=87=E6=95=B0=E6=8D=AE=E4=B8=AD,?= =?UTF-8?q?=E5=8F=AA=E6=98=AF=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 功能还没改 --- .../history/{data-report.vue => device.vue} | 43 ++++++++------- .../history/{data-history.vue => local.vue} | 55 +++++-------------- src/components/history/search-bar-data.vue | 49 +++++++++++------ src/components/statistical/search-bar.vue | 4 -- src/views/history.vue | 4 +- 5 files changed, 71 insertions(+), 84 deletions(-) rename src/components/history/{data-report.vue => device.vue} (82%) rename src/components/history/{data-history.vue => local.vue} (80%) diff --git a/src/components/history/data-report.vue b/src/components/history/device.vue similarity index 82% rename from src/components/history/data-report.vue rename to src/components/history/device.vue index 56a0521..a881511 100644 --- a/src/components/history/data-report.vue +++ b/src/components/history/device.vue @@ -1,10 +1,10 @@