From 897bbe0d411403cb7c9cc27154e5c8a8a600d973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=85=B4=E5=87=AF?= <2448379534@qq.com> Date: Mon, 8 Jun 2026 10:31:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=87=E9=B1=BC=E8=AE=BE=E6=96=BD=E7=9A=84?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.env.development | 4 +- frontend/src/api/gyss/index.ts | 8 + frontend/src/modules/GYZLLB/index.vue | 426 ++++++++++++++---- .../guoYuSheShiShuJuHistory/index.vue | 4 +- .../guoYuSheShiShuJuTianBao/index.vue | 4 +- .../views/shuJuTianBao/shengPiJiLu/index.vue | 8 +- 6 files changed, 354 insertions(+), 100 deletions(-) diff --git a/frontend/.env.development b/frontend/.env.development index 75195ec9..4c7d7f69 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -7,7 +7,7 @@ VITE_APP_TITLE = '水电水利建设项目全过程环境管理信息平台' VITE_APP_PORT = 3000 VITE_APP_BASE_API = '/dev-api' # 本地环境 -VITE_APP_BASE_URL = 'http://localhost:8093' +VITE_APP_BASE_URL = 'http://10.84.121.199:8093' # 测试环境 # VITE_APP_BASE_URL = 'http://172.16.21.142:8093' # VITE_APP_BASE_URL = 'http://172.16.21.142:8096' @@ -15,7 +15,7 @@ VITE_APP_BASE_URL = 'http://localhost:8093' # VITE_APP_BASE_URL = 'http://10.84.121.21:8093' # VITE_APP_BASE_URL = 'http://192.168.1.162:8093' -# 测试环境线上 +# 测试环境线上10.84.121.122: VITE_APP_TEST_ONLINE_URL = 'https://211.99.26.225:12122' diff --git a/frontend/src/api/gyss/index.ts b/frontend/src/api/gyss/index.ts index baae8480..55813673 100644 --- a/frontend/src/api/gyss/index.ts +++ b/frontend/src/api/gyss/index.ts @@ -15,3 +15,11 @@ export function buildGetKendoListCust(data: any) { data }); } +//过鱼总量 +export function yearGetYearFpStatistics(data: any) { + return request({ + url: '/api/wmp-env-server/env/fp/run/qgc/year/GetYearFpStatistics', + method: 'get', + params:data + }); +} \ No newline at end of file diff --git a/frontend/src/modules/GYZLLB/index.vue b/frontend/src/modules/GYZLLB/index.vue index 9591b10a..492be4d4 100644 --- a/frontend/src/modules/GYZLLB/index.vue +++ b/frontend/src/modules/GYZLLB/index.vue @@ -1,23 +1,23 @@ diff --git a/frontend/src/views/shuJuTianBao/guoYuSheShiShuJuHistory/index.vue b/frontend/src/views/shuJuTianBao/guoYuSheShiShuJuHistory/index.vue index 6d39658b..2a5704ef 100644 --- a/frontend/src/views/shuJuTianBao/guoYuSheShiShuJuHistory/index.vue +++ b/frontend/src/views/shuJuTianBao/guoYuSheShiShuJuHistory/index.vue @@ -81,8 +81,8 @@ const guoyuStatus = ref([]); const baseColumnsConfig: ColumnConfig[] = [ { - dataIndex: 'hbrvnm', - key: 'hbrvnm', + dataIndex: 'rvnm', + key: 'rvnm', title: '流域', width: 120, fixed: 'left' diff --git a/frontend/src/views/shuJuTianBao/guoYuSheShiShuJuTianBao/index.vue b/frontend/src/views/shuJuTianBao/guoYuSheShiShuJuTianBao/index.vue index a57105d8..56894dda 100644 --- a/frontend/src/views/shuJuTianBao/guoYuSheShiShuJuTianBao/index.vue +++ b/frontend/src/views/shuJuTianBao/guoYuSheShiShuJuTianBao/index.vue @@ -256,8 +256,8 @@ const guoyuStatus = ref([]); // --- 基础配置 --- const baseColumnsConfig: ColumnConfig[] = [ { - dataIndex: 'hbrvnm', - key: 'hbrvnm', + dataIndex: 'rvnm', + key: 'rvnm', title: '流域', width: 120, fixed: 'left' diff --git a/frontend/src/views/shuJuTianBao/shengPiJiLu/index.vue b/frontend/src/views/shuJuTianBao/shengPiJiLu/index.vue index 45facff4..b7655a74 100644 --- a/frontend/src/views/shuJuTianBao/shengPiJiLu/index.vue +++ b/frontend/src/views/shuJuTianBao/shengPiJiLu/index.vue @@ -258,8 +258,8 @@ import PreviewMedia from '@/components/previewMedia/index.vue'; const baseUrl = import.meta.env.VITE_APP_ATTACHMENT_URL; let columns = ref([ { - dataIndex: 'hbrvnm', - key: 'hbrvnm', + dataIndex: 'rvnm', + key: 'rvnm', title: '流域', width: 120, fixed: 'left' @@ -515,8 +515,8 @@ const previewListIndex = ref(0); // 详情表格列定义(删除状态列) const detailColumns = ref([ { - dataIndex: 'hbrvnm', - key: 'hbrvnm', + dataIndex: 'rvnm', + key: 'rvnm', title: '流域', width: 120, fixed: 'left'