| | |
| | | } |
| | | |
| | | .public-bounced-content { |
| | | padding: 0.1rem; |
| | | padding: 0.05rem; |
| | | display: flex; |
| | | //align-items: center; |
| | | //justify-content: space-around; |
New file |
| | |
| | | <template> |
| | | <div class="animation"> |
| | | <div class="information"> |
| | | <!-- <span class="grid-content">氮氧化物 : <i style="color: #e8ee0b">29.93</i> 标准 : <i style="color: #fff">100</i></span>--> |
| | | <!-- <span class="grid-content">二氧化硫 : <i style="color: #e8ee0b">17.34</i> 标准 : <i style="color: #fff">50</i></span>--> |
| | | <!-- <span class="grid-content">烟尘 : <i style="color: #e8ee0b">6.93</i> 标准 : <i style="color: #fff">30</i></span>--> |
| | | <!-- <span class="grid-content">废气流量 : <i style="color: #e8ee0b">120343.18</i></span>--> |
| | | <span class="grid-content" v-for="item in dataStandard" :key="item.current.name">{{ item.current.name }} : |
| | | <i style="color: #e8ee0b">{{ item.current.val }}</i> {{ item.standard.name ?item.standard.name+':':'' }} <i style="color: #fff">{{ item.standard.val }}</i></span> |
| | | </div> |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | name: 'PublicDataStandard', |
| | | props: { |
| | | dataStandard: { |
| | | type: Array, |
| | | default: () => { |
| | | return [] |
| | | } |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style lang="less" scoped> |
| | | .animation { |
| | | .information { |
| | | padding: 0.02rem 0.04rem; |
| | | |
| | | .grid-content { |
| | | font-size: 0.08rem; |
| | | background-color: #2e4967; |
| | | text-align: center; |
| | | border-radius: 0.01rem; |
| | | height: 0.15rem; |
| | | line-height: 0.15rem; |
| | | margin-right: 0.04rem; |
| | | padding: 0 0.04rem |
| | | } |
| | | } |
| | | } |
| | | </style> |
| | |
| | | <!-- 日数据 --> |
| | | <template> |
| | | <div id="Tab"> |
| | | <div class="animation"> |
| | | <div class="infomation"> |
| | | <span class="grid-content">氮氧化物 :<i style="color: #e8ee0b">29.93</i> 标准 : 100</span> |
| | | <span class="grid-content">二氧化硫 : <i style="color: #e8ee0b">17.34</i> 标准 : 50</span> |
| | | <span class="grid-content">烟尘 : <i style="color: #e8ee0b">6.93</i> 标准 : 30</span> |
| | | <span class="grid-content">废气流量 : <i style="color: #e8ee0b">120343.18</i></span> |
| | | </div> |
| | | </div> |
| | | <public-data-standard :dataStandard = "dataStandard"></public-data-standard> |
| | | <div class="form-echrts"> |
| | | <div class="from-search"> |
| | | <div class="pickerMon"> |
| | |
| | | import mapApi from '@/api/mapApi' |
| | | import PublicDetailedList from '@components/BaseNav/PublicBounced/common/echarts/PublicDetailedList' |
| | | import dayjs from 'dayjs' |
| | | import PublicDataStandard from '@components/BaseNav/PublicBounced/common/PublicDataStandard' |
| | | |
| | | export default { |
| | | name: 'ECharts', |
| | | components: { |
| | | PublicDataStandard, |
| | | PublicDetailedList |
| | | }, |
| | | data () { |
| | |
| | | timeEnd: '' |
| | | }, |
| | | info: this.series, |
| | | dataStandard: [{ |
| | | current: { name: '氮氧化物1', val: 29.93 }, |
| | | standard: { name: '标准', val: 100 } |
| | | }, |
| | | { |
| | | current: { name: '二氧化硫', val: 17.34 }, |
| | | standard: { name: '标准', val: 50 } |
| | | }, |
| | | { |
| | | current: { name: '烟尘', val: 6.93 }, |
| | | standard: { name: '标准', val: 30 } |
| | | }, |
| | | { |
| | | current: { name: '废气流量', val: 120343.18 }, |
| | | standard: { name: '', val: null } |
| | | } |
| | | ], |
| | | JsonDayCharts: { |
| | | id: 'mychartsDay', |
| | | title: '加热炉烟气', |
| | |
| | | </script> |
| | | |
| | | <style scoped lang="less"> |
| | | |
| | | .animation { |
| | | .infomation { |
| | | padding: 0.02rem 0.04rem; |
| | | .grid-content { |
| | | font-size: 0.08rem; |
| | | background-color: #2e4967; |
| | | text-align: center; |
| | | border-radius: 0.01rem; |
| | | height: 0.15rem; |
| | | line-height: 0.15rem; |
| | | margin-right: 0.04rem; |
| | | padding:0 0.04rem |
| | | } |
| | | } |
| | | } |
| | | .form-echrts { |
| | | width: 100%; |
| | | border-top: 1px solid #396d83; |
| | |
| | | <!-- 小时数据 --> |
| | | <template> |
| | | <div id="Tab"> |
| | | <div class="infomation"> |
| | | <div> |
| | | <span class="grid-content">氮氧化物 :<i style="color: #e8ee0b">29.93</i> 标准 : 100</span> |
| | | <span class="grid-content">二氧化硫 : <i style="color: #e8ee0b">17.34</i> 标准 : 50</span> |
| | | <span class="grid-content">烟尘 : <i style="color: #e8ee0b">6.93</i> 标准 : 30</span> |
| | | <span class="grid-content">废气流量 : <i style="color: #e8ee0b">120343.18</i></span> |
| | | </div> |
| | | </div> |
| | | <public-data-standard :dataStandard = "dataStandard"></public-data-standard> |
| | | <div class="form-echrts"> |
| | | <div class="from-search"> |
| | | <div class="pickerMon"> |
| | |
| | | // import mapApi from '@/api/mapApi' |
| | | import PublicDetailedList from '@components/BaseNav/PublicBounced/common/echarts/PublicDetailedList' |
| | | import dayjs from 'dayjs' |
| | | import PublicDataStandard from '@components/BaseNav/PublicBounced/common/PublicDataStandard' |
| | | export default { |
| | | name: 'ECharts', |
| | | components: { |
| | | PublicDataStandard, |
| | | PublicDetailedList |
| | | }, |
| | | data () { |
| | |
| | | timeEnd: null |
| | | }, |
| | | myChart: null, |
| | | dataStandard: [{ |
| | | current: { name: '氮氧化物1', val: 29.93 }, |
| | | standard: { name: '标准', val: 100 } |
| | | }, |
| | | { |
| | | current: { name: '二氧化硫', val: 17.34 }, |
| | | standard: { name: '标准', val: 50 } |
| | | }, |
| | | { |
| | | current: { name: '烟尘', val: 6.93 }, |
| | | standard: { name: '标准', val: 30 } |
| | | }, |
| | | { |
| | | current: { name: '废气流量', val: 120343.18 }, |
| | | standard: { name: '', val: null } |
| | | } |
| | | ], |
| | | JsonCtarts: { |
| | | id: 'mychart', |
| | | title: '加热炉烟气', |
| | |
| | | </script> |
| | | |
| | | <style scoped lang="less"> |
| | | .animation { |
| | | .infomation { |
| | | padding: 0.02rem 0.04rem; |
| | | .grid-content { |
| | | font-size: 0.08rem; |
| | | background-color: #2e4967; |
| | | text-align: center; |
| | | border-radius: 0.01rem; |
| | | height: 0.15rem; |
| | | line-height: 0.15rem; |
| | | margin-right: 0.04rem; |
| | | padding:0 0.04rem |
| | | } |
| | | } |
| | | } |
| | | .form-echrts { |
| | | width: 100%; |
| | | border-top: 1px solid #396d83; |
| | |
| | | <template> |
| | | <div id="Tab"> |
| | | <div class="animation"> |
| | | <div class="infomation"> |
| | | <span class="grid-content">氮氧化物 :<i style="color: #e8ee0b">29.93</i> 标准 : 100</span> |
| | | <span class="grid-content">二氧化硫 : <i style="color: #e8ee0b">17.34</i> 标准 : 50</span> |
| | | <span class="grid-content">烟尘 : <i style="color: #e8ee0b">6.93</i> 标准 : 30</span> |
| | | <span class="grid-content">废气流量 : <i style="color: #e8ee0b">5.23</i></span> |
| | | </div> |
| | | </div> |
| | | <public-data-standard :dataStandard = "dataStandard"></public-data-standard> |
| | | <div class="form-echrts"> |
| | | <div class="from-search"> |
| | | <div class="pickerMon"> |
| | |
| | | </div> |
| | | <div> |
| | | 采样点数: |
| | | <el-select v-model="formInline.region" placeholder="50"> |
| | | <el-select v-model="formInline.region" placeholder="50" class=""> |
| | | <el-option label="0" value="0"></el-option> |
| | | <el-option label="25" value="25"></el-option> |
| | | <el-option label="50" value="50"></el-option> |
| | |
| | | // import mapApi from '@/api/mapApi' |
| | | import 'dayjs/locale/es' |
| | | import dayjs from 'dayjs' |
| | | import PublicDataStandard from '@components/BaseNav/PublicBounced/common/PublicDataStandard' |
| | | |
| | | export default { |
| | | name: 'ECharts', |
| | | components: { |
| | | PublicDataStandard |
| | | }, |
| | | data () { |
| | | return { |
| | | days: dayjs(new Date()).format('YYYYMMDDHHmmss'), |
| | |
| | | timeEnd: '' |
| | | }, |
| | | RealTimeChart: null, |
| | | dataStandard: [{ |
| | | current: { name: '氮氧化物1', val: 29.93 }, |
| | | standard: { name: '标准', val: 100 } |
| | | }, |
| | | { |
| | | current: { name: '二氧化硫', val: 17.34 }, |
| | | standard: { name: '标准', val: 50 } |
| | | }, |
| | | { |
| | | current: { name: '烟尘', val: 6.93 }, |
| | | standard: { name: '标准', val: 30 } |
| | | }, |
| | | { |
| | | current: { name: '废气流量', val: 120343.18 }, |
| | | standard: { name: '', val: null } |
| | | } |
| | | ], |
| | | JsonTimeCtarts: { |
| | | id: 'mychart_ss ', |
| | | title: '烟尘', |
| | |
| | | color: #ffffff; |
| | | } |
| | | } |
| | | .animation { |
| | | //width: 600px; |
| | | //height: 0.06rem; |
| | | .infomation { |
| | | padding: 5px 10px; |
| | | } |
| | | } |
| | | .form-echrts { |
| | | width: 100%; |
| | | border-top: 1px solid #396d83; |
| | |
| | | } |
| | | /deep/.el-input__inner{ |
| | | position: relative; |
| | | width:140px; |
| | | //width:140px; |
| | | background-color: #2e4967; |
| | | color: #fff; |
| | | font-size: 12px; |
| | |
| | | <div id="Tab"> |
| | | <div class="animation"> |
| | | <div class="infomation"> |
| | | <span class="grid-content">氮氧化物 :<i style="color: #e8ee0b">29.93</i> 标准 : 100</span> |
| | | <span class="grid-content">氮氧化物 :<i style="color: #e8ee0b">29.93</i> 标准 : <i style="color: #e8ee0b">100</i> </span> |
| | | <span class="grid-content">二氧化硫 : <i style="color: #e8ee0b">17.34</i> 标准 : 50</span> |
| | | <span class="grid-content">烟尘 : <i style="color: #e8ee0b">6.93</i> 标准 : 30</span> |
| | | <span class="grid-content">废气流量 : <i style="color: #e8ee0b">120343.18</i></span> |
| | |
| | | <div id="Tab"> |
| | | <div class="animation"> |
| | | <div class="infomation"> |
| | | <span class="grid-content">氮氧化物 :<i style="color: #e8ee0b">29.93</i> 标准 : 100</span> |
| | | <span class="grid-content">二氧化硫 : <i style="color: #e8ee0b">17.34</i> 标准 : 50</span> |
| | | <span class="grid-content">烟尘 : <i style="color: #e8ee0b">6.93</i> 标准 : 30</span> |
| | | <span class="grid-content">氮氧化物 : <i style="color: #e8ee0b">29.93</i> 标准 : <i style="color: #fff">100</i></span> |
| | | <span class="grid-content">二氧化硫 : <i style="color: #e8ee0b">17.34s</i> 标准 : <i style="color: #fff">50</i></span> |
| | | <span class="grid-content">烟尘 : <i style="color: #e8ee0b">6.93</i> 标准 : <i style="color: #fff">30</i></span> |
| | | <span class="grid-content">废气流量 : <i style="color: #e8ee0b">5.23</i></span> |
| | | </div> |
| | | </div> |
| | |
| | | color:@color; |
| | | } |
| | | .legend-content{ |
| | | width: 1.79167rem; |
| | | //width: 1.79167rem; |
| | | } |
| | | } |
| | | |
| | |
| | | // console.log(e.layer.options.test) |
| | | instance.$mount() |
| | | document.body.appendChild(instance.$el) |
| | | debugger |
| | | instance.setGasData(e.layer.options.test, result.Result.DataInfo, Mondata.Result.DataInfo, ManualData.Result.DataInfo, 'feiqi') |
| | | this.setPanTo(e.latlng, 150) |
| | | console.log(e.latlng) |
| | |
| | | |
| | | .wms-panel-scrollbar{ |
| | | height: 457px; |
| | | width: 100%; |
| | | width: 2.5rem; |
| | | font-size: 14px; |
| | | } |
| | | .layerbox { |