From b8a4d563ec9b29c82d6cd6bc9042a7529d86fe24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Tue, 3 Mar 2026 17:34:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B0=B4=E8=A1=A8=E9=A1=B5=E9=9D=A2=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iot/tq/water/components/ConfigDrawer.vue | 91 ++++++++++ .../tq/water/components/ConfigInfoList.vue | 161 ++++++++++++++++++ .../iot/tq/water/components/ConfigModal.vue | 71 ++++++++ src/views/iot/tq/water/index.vue | 24 ++- src/views/iot/tq/water/water.api.ts | 24 +++ src/views/iot/tq/water/water.data.ts | 110 ++++++++++++ src/views/iot/yiweilian/humid/index.vue | 2 +- 7 files changed, 475 insertions(+), 8 deletions(-) create mode 100644 src/views/iot/tq/water/components/ConfigDrawer.vue create mode 100644 src/views/iot/tq/water/components/ConfigInfoList.vue create mode 100644 src/views/iot/tq/water/components/ConfigModal.vue diff --git a/src/views/iot/tq/water/components/ConfigDrawer.vue b/src/views/iot/tq/water/components/ConfigDrawer.vue new file mode 100644 index 0000000..82c7fc7 --- /dev/null +++ b/src/views/iot/tq/water/components/ConfigDrawer.vue @@ -0,0 +1,91 @@ + + + + + diff --git a/src/views/iot/tq/water/components/ConfigInfoList.vue b/src/views/iot/tq/water/components/ConfigInfoList.vue new file mode 100644 index 0000000..d5455c2 --- /dev/null +++ b/src/views/iot/tq/water/components/ConfigInfoList.vue @@ -0,0 +1,161 @@ + + + + + diff --git a/src/views/iot/tq/water/components/ConfigModal.vue b/src/views/iot/tq/water/components/ConfigModal.vue new file mode 100644 index 0000000..0c861f6 --- /dev/null +++ b/src/views/iot/tq/water/components/ConfigModal.vue @@ -0,0 +1,71 @@ + + + + + + diff --git a/src/views/iot/tq/water/index.vue b/src/views/iot/tq/water/index.vue index ccf8cf2..0b34511 100644 --- a/src/views/iot/tq/water/index.vue +++ b/src/views/iot/tq/water/index.vue @@ -1,4 +1,5 @@ +