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'