From cb59b61953181889c6b1479a75c23de9e061d788 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期三, 07 四月 2021 15:39:09 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/components/LayerController/logic/WasteGas.js | 28 +++++---- src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue | 108 +++++++++++++++++------------------ public/assets/images/map/exhaust/fq_green_new.png | 0 src/components/BaseNav/PublicBounced/GasComponents/PublicDetailedList.vue | 11 ++- 4 files changed, 74 insertions(+), 73 deletions(-) diff --git a/public/assets/images/map/exhaust/fq_green_new.png b/public/assets/images/map/exhaust/fq_green_new.png new file mode 100644 index 0000000..10ecab2 --- /dev/null +++ b/public/assets/images/map/exhaust/fq_green_new.png Binary files differ diff --git a/src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue b/src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue index 47f1dc7..5ef6f57 100644 --- a/src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue +++ b/src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue @@ -1,35 +1,33 @@ <template> - <div id="Tab"> - <div class="Infomation"> - <el-tag>姘哀鍖栫墿 : 29.93 鏍囧噯 : 100</el-tag> - <el-tag>浜屾哀鍖栫~ : 17.34 鏍囧噯 : 50</el-tag> - <el-tag>鐑熷皹 : 6.93 鏍囧噯 : 30</el-tag> - <el-tag>搴熸皵娴侀噺 : 120343.18</el-tag> - </div> - <div class="form-echrts"> - <!-- :title="this.$attrs.getWasteGasDetails[0].OnLineMonEmissPointName"--> - <div> - <el-button size="mini" round @click="dialogVisible = true">鏄庣粏琛�</el-button> - <el-dialog :visible.sync="dialogVisible" - :append-to-body="true" - width="68%" - center - v-dialogDrag - > - <div class="el-dialog-div" style="height: 500px"> - <public-detailed-list v-bind="$attrs"></public-detailed-list> - </div> - </el-dialog> - </div> - <div style="width:750px;height:260px;" id="echarts" ref="main"> + <div id="Tab"> + <div class="Infomation"> + <el-tag>姘哀鍖栫墿 : 29.93 鏍囧噯 : 100</el-tag> + <el-tag>浜屾哀鍖栫~ : 17.34 鏍囧噯 : 50</el-tag> + <el-tag>鐑熷皹 : 6.93 鏍囧噯 : 30</el-tag> + <el-tag>搴熸皵娴侀噺 : 120343.18</el-tag> + </div> + <div class="form-echrts"> + <div> + <el-button size="mini" round @click="dialogVisible = true">鏄庣粏琛�</el-button> + <el-dialog :visible.sync="dialogVisible" + :append-to-body="true" + width="68%" + center + v-dialogDrag + > + <div class="el-dialog-div" style="height: 500px"> + <public-detailed-list v-bind="$attrs"></public-detailed-list> + </div> + </el-dialog> + </div> + <div style="width:750px;height:260px;" id="echarts" ref="main"> + </div> </div> </div> - </div> </template> <script> import PublicDetailedList from '@components/BaseNav/PublicBounced/GasComponents/PublicDetailedList' - export default { name: 'ECharts', components: { @@ -217,37 +215,35 @@ </script> <style scoped lang="less"> -.Infomation { - margin-left: 10px; -} + .Infomation { + margin-left: 10px; + } -.el-tag { - height: 25px; - line-height: 25px; - margin-right: 10px; - font-size: 10px; - background-color: rgba(0, 255, 246, 0.14); - color: #00d0f9; - border: none; - padding: 0 15px; -} - -.form-echrts { - width: 100%; - height: 100%; - border: 1px solid #396d83; - //margin: 10px 10px 10px 10px; - .el-dialog-div { - //height: 50vh!important; - overflow: auto; - //overflow: hidden; + .el-tag { + height: 25px; + line-height: 25px; + margin-right: 10px; + font-size: 10px; + background-color: rgba(0, 255, 246, 0.14); + color: #00d0f9; + border: none; + padding: 0 15px; + } + .form-echrts{ + width: 100%; + height: 100%; + border: 1px solid #396d83; + //margin: 10px 10px 10px 10px; + .el-dialog-div{ + //height: 50vh!important; + overflow: auto; + //overflow: hidden; + } + #echarts { + margin: 0; + padding: 0; + //border: 1px solid #396d83; + //margin: 10px 10px 10px 10px; + } } - - #echarts { - margin: 0; - padding: 0; - //border: 1px solid #396d83; - //margin: 10px 10px 10px 10px; - } -} </style> diff --git a/src/components/BaseNav/PublicBounced/GasComponents/PublicDetailedList.vue b/src/components/BaseNav/PublicBounced/GasComponents/PublicDetailedList.vue index 0422b5f..b8958bf 100644 --- a/src/components/BaseNav/PublicBounced/GasComponents/PublicDetailedList.vue +++ b/src/components/BaseNav/PublicBounced/GasComponents/PublicDetailedList.vue @@ -37,10 +37,13 @@ } }, mounted () { - this.tableData = this.$attrs.getWasteGasDetails - // console.log(this.$attrs.getWasteGasDetails) - this.tableData = this.$attrs.getWasteWaterMonitoringDetails - console.log(this.$attrs.getWasteWaterMonitoringDetails) + if (this.$attrs.getWasteGasDetails) { + this.tableData = this.$attrs.getWasteGasDetails + console.log(this.$attrs.getWasteGasDetails) + } else if (this.$attrs.getWasteWaterMonitoringDetails) { + this.tableData = this.$attrs.getWasteWaterMonitoringDetails + console.log(this.$attrs.getWasteWaterMonitoringDetails) + } } } diff --git a/src/components/LayerController/logic/WasteGas.js b/src/components/LayerController/logic/WasteGas.js index 9e7b219..a83e948 100644 --- a/src/components/LayerController/logic/WasteGas.js +++ b/src/components/LayerController/logic/WasteGas.js @@ -5,10 +5,10 @@ // const AjaxUtils = require('../../../utils/AjaxUtils').default // 鍖哄垎涓嶅悓绫诲瀷 浣跨敤涓嶅悓img -const ImgBlue = '/assets/images/map/exhaust/fq_blue.png' -const ImgGray = '/assets/images/map/exhaust/fq_gray.png' -const ImagGreen = '/assets/images/map/exhaust/fq_green.png' -const ImagBright = '/assets/images/map/exhaust/fq_bright_green.png' +// const ImgBlue = '/assets/images/map/exhaust/fq_blue.png' +// const ImgGray = '/assets/images/map/exhaust/fq_gray.png' +const ImagGreen = '/assets/images/map/exhaust/fq_green_new.png' +// const ImagBright = '/assets/images/map/exhaust/fq_bright_green.png' const mapApi = require('../../../api/mapApi').default const publicBounced = require('../../BaseNav/PublicBounced/PublicBounced').default @@ -66,15 +66,17 @@ // 涓嶅悓绫诲瀷鍥剧墖鍔犺浇 this.differentTypes = (ContrLevel) => { var effectOfChange - if (ContrLevel === 1) { - effectOfChange = ImgBlue - } else if (ContrLevel === 2) { - effectOfChange = ImagGreen - } else if (ContrLevel === 3) { - effectOfChange = ImagBright - } else { - effectOfChange = ImgGray - } + /* + if (ContrLevel === 1) { + effectOfChange = ImgBlue + } else if (ContrLevel === 2) { + */ + effectOfChange = ImagGreen + // } else if (ContrLevel === 3) { + // effectOfChange = ImagBright + // } else { + // effectOfChange = ImgGray + // } return effectOfChange } this.setPanTo = (pos, value) => { -- Gitblit v1.8.0