From 52e5fe44a111cde0b6588fc57070a8ca27bf13e6 Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Wed, 17 Nov 2021 16:15:06 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=AE=BE=E5=A4=87ID=20=E7=AB=99?= =?UTF-8?q?=E7=82=B9=E5=90=8D=E7=A7=B0=E7=BB=9F=E4=B8=80;=E7=AB=99?= =?UTF-8?q?=E7=82=B9=E5=90=8D=E7=A7=B0->+ID;=E6=A6=82=E8=A7=88=E5=9B=BE?= =?UTF-8?q?=E8=A1=A8=E9=A2=9C=E8=89=B2=E8=AE=BE=E7=BD=AE;=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E7=AE=A1=E7=90=86=E5=8A=A0=E7=8A=B6=E6=80=81=E5=AD=97?= =?UTF-8?q?=E6=AE=B5;=E8=BF=9C=E5=8A=A8=E5=8F=82=E6=95=B0=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E6=97=B6=E9=97=B4,=E9=87=87=E9=9B=86=E4=B8=AA?= =?UTF-8?q?=E6=95=B0disabled,=E7=9B=90=E9=9B=BE=E6=94=B9=E7=9B=90=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/commands/search-commands.vue | 12 +- .../config/device-select-and-status.vue | 9 +- .../config/function-config-pending.vue | 26 ++-- src/components/device/device-create.vue | 59 ++------- src/components/history/device.vue | 2 +- src/components/history/local.vue | 2 +- src/components/history/search-bar-data.vue | 7 +- .../overview/chart-device-detail.vue | 14 +-- src/components/overview/device-table.vue | 5 +- src/components/realtime/search-bar.vue | 17 ++- src/components/statistical/search-bar.vue | 7 +- src/config/config.js | 51 +++++++- src/config/log.js | 60 ++++++--- src/utils/overview.js | 28 +++-- src/views/commands.vue | 97 ++++++--------- src/views/data-realtime.vue | 2 +- src/views/device-edit.vue | 114 ++++++++++-------- src/views/device-list.vue | 12 +- 18 files changed, 297 insertions(+), 227 deletions(-) diff --git a/src/components/commands/search-commands.vue b/src/components/commands/search-commands.vue index 2b71b5b..fbcb934 100644 --- a/src/components/commands/search-commands.vue +++ b/src/components/commands/search-commands.vue @@ -3,7 +3,12 @@ - + @@ -24,7 +29,10 @@ - 查询 + + + 查询 + diff --git a/src/components/config/device-select-and-status.vue b/src/components/config/device-select-and-status.vue index 54d8949..797b310 100644 --- a/src/components/config/device-select-and-status.vue +++ b/src/components/config/device-select-and-status.vue @@ -1,5 +1,5 @@ diff --git a/src/views/data-realtime.vue b/src/views/data-realtime.vue index 3e00883..a6da81c 100644 --- a/src/views/data-realtime.vue +++ b/src/views/data-realtime.vue @@ -3,7 +3,7 @@