派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-25 6e4022b4c7eb1fad134e0563a1e1da14cbf80724
废水废气图表问题修改
2个文件已修改
8 ■■■■ 已修改文件
src/components/BaseNav/WasteWater/HourData.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/BaseNav/WasteWater/WasteWaterIndex.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/BaseNav/WasteWater/HourData.vue
@@ -36,7 +36,7 @@
import mapApi from '@/api/mapApi'
export default {
  name: 'ECharts',
  name: 'HourData',
  components: {
    PublicDataStandard
  },
@@ -357,7 +357,7 @@
                  color: ydatas[i].zxcolor,
                  width: 5
                },
                borderColor: 'black', // 折点边框的颜色
                borderColor: ydatas[i].zxcolor, // 折点边框的颜色
                label: { // 显示值
                  show: false
                }
src/components/BaseNav/WasteWater/WasteWaterIndex.vue
@@ -34,9 +34,9 @@
            <p>正常</p>
            <i style=" background: #4ec99c;"></i>
            <p>预警</p>
            <i style=" background: orange;"></i>
            <i style=" background: #fc9303;"></i>
            <p>超标</p>
            <i style=" background: red;"></i>
            <i style=" background: #fc1d04;"></i>
          </div>
        </div>
        <component :is="currentTab" ref="RealData"></component>