From f150c29d466a8761c0e92d1be1aa494012c12a93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=88=E5=85=86=E5=A2=9E?= <你的邮箱@example.com> Date: Thu, 11 Jun 2026 09:36:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=EF=BC=8C=E8=BF=87?= =?UTF-8?q?=E9=B1=BC=E5=80=92=E6=95=B0=E4=BF=AE=E6=94=B9=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=BF=87=E9=B1=BC=E8=AE=BE=E6=96=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/mapModal/index.ts | 17 + .../components/FishFacilityMonitorData.vue | 248 ++++++++++ .../components/FishFacilityRunState.vue | 226 +++++++++ .../MapModal/components/FishZHFX.vue | 11 + frontend/src/components/MapModal/index.vue | 18 + .../guoYuDaoShuTongJiSearch.vue | 50 +- .../shuJuTianBao/guoYuDaoShuTongJi/index.vue | 153 +++--- frontend/src/views/system/user/index.vue | 455 +++++++++++------- 8 files changed, 915 insertions(+), 263 deletions(-) create mode 100644 frontend/src/components/MapModal/components/FishFacilityMonitorData.vue create mode 100644 frontend/src/components/MapModal/components/FishFacilityRunState.vue create mode 100644 frontend/src/components/MapModal/components/FishZHFX.vue diff --git a/frontend/src/api/mapModal/index.ts b/frontend/src/api/mapModal/index.ts index 01c0a468..c024428c 100644 --- a/frontend/src/api/mapModal/index.ts +++ b/frontend/src/api/mapModal/index.ts @@ -167,3 +167,20 @@ export function getMonitorDataWaterTempVerticalHour(data: any) { data }); } +// 在线监测数据 +export function getMonitorDataOnline(data: any) { + return request({ + url: '/fp/fpssTable/qgc/GetKendoListCust', + method: 'post', + data + }); +} + +// 运行状态 +export function getRunState(data: any) { + return request({ + url: '/wmp-env-server/env/fp/query/qgc/sdfpssr/GetKendoListCust', + method: 'post', + data + }); +} diff --git a/frontend/src/components/MapModal/components/FishFacilityMonitorData.vue b/frontend/src/components/MapModal/components/FishFacilityMonitorData.vue new file mode 100644 index 00000000..72f594c4 --- /dev/null +++ b/frontend/src/components/MapModal/components/FishFacilityMonitorData.vue @@ -0,0 +1,248 @@ + + + + 时间: + + 查询 + + + + + + + + + + + + + + + + + + diff --git a/frontend/src/components/MapModal/components/FishFacilityRunState.vue b/frontend/src/components/MapModal/components/FishFacilityRunState.vue new file mode 100644 index 00000000..7ce424de --- /dev/null +++ b/frontend/src/components/MapModal/components/FishFacilityRunState.vue @@ -0,0 +1,226 @@ + + + + 时间: + + 鱼类: + + + {{ item.name }} + + + 游向: + + {{ item.dictName }} + + 过鱼目标: + + + + 查询 + + + 计划开始运行时间:暂无数据 + 计划结束运行时间:暂无数据 + 计划运行频率次:暂无数据 + 计划全年运行次数:暂无数据 + + + + + + + + + + + + diff --git a/frontend/src/components/MapModal/components/FishZHFX.vue b/frontend/src/components/MapModal/components/FishZHFX.vue new file mode 100644 index 00000000..79c27246 --- /dev/null +++ b/frontend/src/components/MapModal/components/FishZHFX.vue @@ -0,0 +1,11 @@ + + + 综合分析 + + + + diff --git a/frontend/src/components/MapModal/index.vue b/frontend/src/components/MapModal/index.vue index d6c93e8e..66a11812 100644 --- a/frontend/src/components/MapModal/index.vue +++ b/frontend/src/components/MapModal/index.vue @@ -119,6 +119,21 @@ : '' " /> + + + + + + diff --git a/frontend/src/views/shuJuTianBao/guoYuDaoShuTongJi/index.vue b/frontend/src/views/shuJuTianBao/guoYuDaoShuTongJi/index.vue index b0278d28..07007dc4 100644 --- a/frontend/src/views/shuJuTianBao/guoYuDaoShuTongJi/index.vue +++ b/frontend/src/views/shuJuTianBao/guoYuDaoShuTongJi/index.vue @@ -27,14 +27,36 @@ {{ column.title }} + a-text + + + 将对选中的 + {{ batchData.length }} 位用户 + 发送【过鱼数据填报催促通知】 + + + 催促内容: + + + @@ -963,7 +1012,9 @@ function handleClearSelection() { - 搜索 - + - 删除 @@ -1038,16 +1095,28 @@ function handleClearSelection() { :header-cell-style="{ background: 'rgb(250 250 250)', color: ' #383838', - height: '50px', + height: '50px' }" > - + - - + + @@ -1056,7 +1125,12 @@ function handleClearSelection() { - + - 启用 + 启用 停用 @@ -1140,7 +1216,12 @@ function handleClearSelection() { width="620px" draggable > - + - + 取 消 - 保存 + 保存 @@ -1223,9 +1311,15 @@ function handleClearSelection() { - 全选 - 反选 - 取消选中 + 全选 + 反选 + 取消选中 @@ -1265,13 +1359,23 @@ function handleClearSelection() { :header-cell-style="{ background: 'rgb(250 250 250)', color: ' #383838', - height: '50px', + height: '50px' }" > - + - + {{ getName(dictData, scope.row.type) }} @@ -1310,7 +1414,9 @@ function handleClearSelection() { append-to-body :before-close="closeResult" > - 已将密码重置为:{{ msgText }} + 已将密码重置为:{{ + msgText + }} 取消 @@ -1345,6 +1451,7 @@ function handleClearSelection() { } .fishTable { + flex: 1; width: 100%; height: 100%;