diff --git a/src/utils/fixDict.js b/src/utils/fixDict.js index a8ee353..ae75255 100644 --- a/src/utils/fixDict.js +++ b/src/utils/fixDict.js @@ -32,8 +32,8 @@ { label: '内涝点', value: 'waterlogging' }, { label: '管网', value: 'pipeline' }, { label: '雨量站', value: 'rainfall' }, - { label: '源头地块', value: 'typical_land' }, - // { label: '海绵设施', value: 'drain_outlet' }, + { label: '典型项目', value: 'typical_land' }, + { label: '海绵设施', value: 'drain_outlet' }, ], //建设方式 buildTypes: [ diff --git a/src/utils/fixDict.js b/src/utils/fixDict.js index a8ee353..ae75255 100644 --- a/src/utils/fixDict.js +++ b/src/utils/fixDict.js @@ -32,8 +32,8 @@ { label: '内涝点', value: 'waterlogging' }, { label: '管网', value: 'pipeline' }, { label: '雨量站', value: 'rainfall' }, - { label: '源头地块', value: 'typical_land' }, - // { label: '海绵设施', value: 'drain_outlet' }, + { label: '典型项目', value: 'typical_land' }, + { label: '海绵设施', value: 'drain_outlet' }, ], //建设方式 buildTypes: [ diff --git a/src/views/dataAnalysis/monitorCount.vue b/src/views/dataAnalysis/monitorCount.vue index 844d654..a1871e3 100644 --- a/src/views/dataAnalysis/monitorCount.vue +++ b/src/views/dataAnalysis/monitorCount.vue @@ -86,11 +86,11 @@ const stationList = ref([]); const stationTypes = ref([ { label: '全部', id: '1', value: 'total' }, - { label: '源头地块', id: '2', value: 'typical_land' }, + { label: '典型项目', id: '2', value: 'typical_land' }, { label: '雨量', id: '3', value: 'rainfall' }, { label: '管网', id: '4', value: 'pipeline' }, { label: '内涝点', id: '5', value: 'waterlogging' }, - { label: '排口', id: '6', value: 'drain_outlet' }, + { label: '海绵设施', id: '6', value: 'drain_outlet' }, { label: '河道', id: '7', value: 'river' }, ]); const tableData = ref([]); diff --git a/src/utils/fixDict.js b/src/utils/fixDict.js index a8ee353..ae75255 100644 --- a/src/utils/fixDict.js +++ b/src/utils/fixDict.js @@ -32,8 +32,8 @@ { label: '内涝点', value: 'waterlogging' }, { label: '管网', value: 'pipeline' }, { label: '雨量站', value: 'rainfall' }, - { label: '源头地块', value: 'typical_land' }, - // { label: '海绵设施', value: 'drain_outlet' }, + { label: '典型项目', value: 'typical_land' }, + { label: '海绵设施', value: 'drain_outlet' }, ], //建设方式 buildTypes: [ diff --git a/src/views/dataAnalysis/monitorCount.vue b/src/views/dataAnalysis/monitorCount.vue index 844d654..a1871e3 100644 --- a/src/views/dataAnalysis/monitorCount.vue +++ b/src/views/dataAnalysis/monitorCount.vue @@ -86,11 +86,11 @@ const stationList = ref([]); const stationTypes = ref([ { label: '全部', id: '1', value: 'total' }, - { label: '源头地块', id: '2', value: 'typical_land' }, + { label: '典型项目', id: '2', value: 'typical_land' }, { label: '雨量', id: '3', value: 'rainfall' }, { label: '管网', id: '4', value: 'pipeline' }, { label: '内涝点', id: '5', value: 'waterlogging' }, - { label: '排口', id: '6', value: 'drain_outlet' }, + { label: '海绵设施', id: '6', value: 'drain_outlet' }, { label: '河道', id: '7', value: 'river' }, ]); const tableData = ref([]); diff --git a/src/views/dataAnalysis/syntheticData/stationBase.vue b/src/views/dataAnalysis/syntheticData/stationBase.vue index 474cfc0..f82258f 100644 --- a/src/views/dataAnalysis/syntheticData/stationBase.vue +++ b/src/views/dataAnalysis/syntheticData/stationBase.vue @@ -35,7 +35,7 @@ : stationInfo.monitorTargetType == 'channel' ? '港渠' : stationInfo.monitorTargetType == 'typical_land' - ? '典型地块' + ? '典型项目' : '--' }} diff --git a/src/utils/fixDict.js b/src/utils/fixDict.js index a8ee353..ae75255 100644 --- a/src/utils/fixDict.js +++ b/src/utils/fixDict.js @@ -32,8 +32,8 @@ { label: '内涝点', value: 'waterlogging' }, { label: '管网', value: 'pipeline' }, { label: '雨量站', value: 'rainfall' }, - { label: '源头地块', value: 'typical_land' }, - // { label: '海绵设施', value: 'drain_outlet' }, + { label: '典型项目', value: 'typical_land' }, + { label: '海绵设施', value: 'drain_outlet' }, ], //建设方式 buildTypes: [ diff --git a/src/views/dataAnalysis/monitorCount.vue b/src/views/dataAnalysis/monitorCount.vue index 844d654..a1871e3 100644 --- a/src/views/dataAnalysis/monitorCount.vue +++ b/src/views/dataAnalysis/monitorCount.vue @@ -86,11 +86,11 @@ const stationList = ref([]); const stationTypes = ref([ { label: '全部', id: '1', value: 'total' }, - { label: '源头地块', id: '2', value: 'typical_land' }, + { label: '典型项目', id: '2', value: 'typical_land' }, { label: '雨量', id: '3', value: 'rainfall' }, { label: '管网', id: '4', value: 'pipeline' }, { label: '内涝点', id: '5', value: 'waterlogging' }, - { label: '排口', id: '6', value: 'drain_outlet' }, + { label: '海绵设施', id: '6', value: 'drain_outlet' }, { label: '河道', id: '7', value: 'river' }, ]); const tableData = ref([]); diff --git a/src/views/dataAnalysis/syntheticData/stationBase.vue b/src/views/dataAnalysis/syntheticData/stationBase.vue index 474cfc0..f82258f 100644 --- a/src/views/dataAnalysis/syntheticData/stationBase.vue +++ b/src/views/dataAnalysis/syntheticData/stationBase.vue @@ -35,7 +35,7 @@ : stationInfo.monitorTargetType == 'channel' ? '港渠' : stationInfo.monitorTargetType == 'typical_land' - ? '典型地块' + ? '典型项目' : '--' }} diff --git a/src/views/floodSys/floodVideo/siteCameraRelation.vue b/src/views/floodSys/floodVideo/siteCameraRelation.vue index fa53518..6a2c366 100644 --- a/src/views/floodSys/floodVideo/siteCameraRelation.vue +++ b/src/views/floodSys/floodVideo/siteCameraRelation.vue @@ -241,11 +241,11 @@ ]); //绑定类型 const headArr = reactive([ - { label: '典型地块', value: 'typical_land' }, + { label: '典型项目', value: 'typical_land' }, { label: '雨量', value: 'rainfall' }, { label: '管网', value: 'pipeline' }, { label: '内涝点', value: 'waterlogging' }, - // { label: '排口', value: 'drain_outlet' }, + { label: '海绵设施', value: 'drain_outlet' }, { label: '河道', value: 'river' }, ]); diff --git a/src/utils/fixDict.js b/src/utils/fixDict.js index a8ee353..ae75255 100644 --- a/src/utils/fixDict.js +++ b/src/utils/fixDict.js @@ -32,8 +32,8 @@ { label: '内涝点', value: 'waterlogging' }, { label: '管网', value: 'pipeline' }, { label: '雨量站', value: 'rainfall' }, - { label: '源头地块', value: 'typical_land' }, - // { label: '海绵设施', value: 'drain_outlet' }, + { label: '典型项目', value: 'typical_land' }, + { label: '海绵设施', value: 'drain_outlet' }, ], //建设方式 buildTypes: [ diff --git a/src/views/dataAnalysis/monitorCount.vue b/src/views/dataAnalysis/monitorCount.vue index 844d654..a1871e3 100644 --- a/src/views/dataAnalysis/monitorCount.vue +++ b/src/views/dataAnalysis/monitorCount.vue @@ -86,11 +86,11 @@ const stationList = ref([]); const stationTypes = ref([ { label: '全部', id: '1', value: 'total' }, - { label: '源头地块', id: '2', value: 'typical_land' }, + { label: '典型项目', id: '2', value: 'typical_land' }, { label: '雨量', id: '3', value: 'rainfall' }, { label: '管网', id: '4', value: 'pipeline' }, { label: '内涝点', id: '5', value: 'waterlogging' }, - { label: '排口', id: '6', value: 'drain_outlet' }, + { label: '海绵设施', id: '6', value: 'drain_outlet' }, { label: '河道', id: '7', value: 'river' }, ]); const tableData = ref([]); diff --git a/src/views/dataAnalysis/syntheticData/stationBase.vue b/src/views/dataAnalysis/syntheticData/stationBase.vue index 474cfc0..f82258f 100644 --- a/src/views/dataAnalysis/syntheticData/stationBase.vue +++ b/src/views/dataAnalysis/syntheticData/stationBase.vue @@ -35,7 +35,7 @@ : stationInfo.monitorTargetType == 'channel' ? '港渠' : stationInfo.monitorTargetType == 'typical_land' - ? '典型地块' + ? '典型项目' : '--' }} diff --git a/src/views/floodSys/floodVideo/siteCameraRelation.vue b/src/views/floodSys/floodVideo/siteCameraRelation.vue index fa53518..6a2c366 100644 --- a/src/views/floodSys/floodVideo/siteCameraRelation.vue +++ b/src/views/floodSys/floodVideo/siteCameraRelation.vue @@ -241,11 +241,11 @@ ]); //绑定类型 const headArr = reactive([ - { label: '典型地块', value: 'typical_land' }, + { label: '典型项目', value: 'typical_land' }, { label: '雨量', value: 'rainfall' }, { label: '管网', value: 'pipeline' }, { label: '内涝点', value: 'waterlogging' }, - // { label: '排口', value: 'drain_outlet' }, + { label: '海绵设施', value: 'drain_outlet' }, { label: '河道', value: 'river' }, ]); diff --git a/src/views/sponeScreen/longYW/MonitoringStation.vue b/src/views/sponeScreen/longYW/MonitoringStation.vue index a4b504c..631fd0b 100644 --- a/src/views/sponeScreen/longYW/MonitoringStation.vue +++ b/src/views/sponeScreen/longYW/MonitoringStation.vue @@ -47,7 +47,7 @@ : item.monitorTargetType == 'channel' ? '港渠' : item.monitorTargetType == 'typical_land' - ? '典型地块' + ? '典型项目' : '--' }}

diff --git a/src/utils/fixDict.js b/src/utils/fixDict.js index a8ee353..ae75255 100644 --- a/src/utils/fixDict.js +++ b/src/utils/fixDict.js @@ -32,8 +32,8 @@ { label: '内涝点', value: 'waterlogging' }, { label: '管网', value: 'pipeline' }, { label: '雨量站', value: 'rainfall' }, - { label: '源头地块', value: 'typical_land' }, - // { label: '海绵设施', value: 'drain_outlet' }, + { label: '典型项目', value: 'typical_land' }, + { label: '海绵设施', value: 'drain_outlet' }, ], //建设方式 buildTypes: [ diff --git a/src/views/dataAnalysis/monitorCount.vue b/src/views/dataAnalysis/monitorCount.vue index 844d654..a1871e3 100644 --- a/src/views/dataAnalysis/monitorCount.vue +++ b/src/views/dataAnalysis/monitorCount.vue @@ -86,11 +86,11 @@ const stationList = ref([]); const stationTypes = ref([ { label: '全部', id: '1', value: 'total' }, - { label: '源头地块', id: '2', value: 'typical_land' }, + { label: '典型项目', id: '2', value: 'typical_land' }, { label: '雨量', id: '3', value: 'rainfall' }, { label: '管网', id: '4', value: 'pipeline' }, { label: '内涝点', id: '5', value: 'waterlogging' }, - { label: '排口', id: '6', value: 'drain_outlet' }, + { label: '海绵设施', id: '6', value: 'drain_outlet' }, { label: '河道', id: '7', value: 'river' }, ]); const tableData = ref([]); diff --git a/src/views/dataAnalysis/syntheticData/stationBase.vue b/src/views/dataAnalysis/syntheticData/stationBase.vue index 474cfc0..f82258f 100644 --- a/src/views/dataAnalysis/syntheticData/stationBase.vue +++ b/src/views/dataAnalysis/syntheticData/stationBase.vue @@ -35,7 +35,7 @@ : stationInfo.monitorTargetType == 'channel' ? '港渠' : stationInfo.monitorTargetType == 'typical_land' - ? '典型地块' + ? '典型项目' : '--' }} diff --git a/src/views/floodSys/floodVideo/siteCameraRelation.vue b/src/views/floodSys/floodVideo/siteCameraRelation.vue index fa53518..6a2c366 100644 --- a/src/views/floodSys/floodVideo/siteCameraRelation.vue +++ b/src/views/floodSys/floodVideo/siteCameraRelation.vue @@ -241,11 +241,11 @@ ]); //绑定类型 const headArr = reactive([ - { label: '典型地块', value: 'typical_land' }, + { label: '典型项目', value: 'typical_land' }, { label: '雨量', value: 'rainfall' }, { label: '管网', value: 'pipeline' }, { label: '内涝点', value: 'waterlogging' }, - // { label: '排口', value: 'drain_outlet' }, + { label: '海绵设施', value: 'drain_outlet' }, { label: '河道', value: 'river' }, ]); diff --git a/src/views/sponeScreen/longYW/MonitoringStation.vue b/src/views/sponeScreen/longYW/MonitoringStation.vue index a4b504c..631fd0b 100644 --- a/src/views/sponeScreen/longYW/MonitoringStation.vue +++ b/src/views/sponeScreen/longYW/MonitoringStation.vue @@ -47,7 +47,7 @@ : item.monitorTargetType == 'channel' ? '港渠' : item.monitorTargetType == 'typical_land' - ? '典型地块' + ? '典型项目' : '--' }}

diff --git a/src/views/sponeScreen/waterFlood/equipMonitor.vue b/src/views/sponeScreen/waterFlood/equipMonitor.vue index 192ed65..ec93a43 100644 --- a/src/views/sponeScreen/waterFlood/equipMonitor.vue +++ b/src/views/sponeScreen/waterFlood/equipMonitor.vue @@ -94,7 +94,7 @@ { name: '管网监测点', value: '4', key: 'pipeline' }, { name: '内涝点', value: '5', key: 'waterlogging' }, { name: '海绵设施', value: '6', key: 'drain_outlet' }, - { name: '源头地块', value: '2', key: 'typical_land' }, + { name: '典型项目', value: '2', key: 'typical_land' }, ]); const loadingList = ref(true); const headerObj = ref({});