智慧园区前端大屏
linwe
2024-11-19 a14a0413671aa4070fe071d518d055d6b190a208
管网高度
3 files modified
20 ■■■■ changed files
src/pages/layout/components/scomponents/layersControl.vue 8 ●●●● patch | view | raw | blame | history
src/views/rt/components/box/dataContent.vue 2 ●●●●● patch | view | raw | blame | history
src/views/survey/components/box/fireContent.vue 10 ●●●● patch | view | raw | blame | history
src/pages/layout/components/scomponents/layersControl.vue
@@ -173,7 +173,7 @@
            layerName: 'gsgw',
            source: gsgw,
            color: DC.Color.BLUE,
            height: 5,
            height: 65,
          },
          {
            id: '3-3-2',
@@ -183,7 +183,7 @@
            layerName: 'wsgw',
            source: wsgw,
            color: DC.Color.BLACK,
            height: 10,
            height: 68,
          },
          {
            id: '3-3-3',
@@ -193,7 +193,7 @@
            layerName: 'rqgw',
            source: rqgw,
            color: DC.Color.RED,
            height: 15,
            height: 71,
          },
          {
            id: '3-3-4',
@@ -203,7 +203,7 @@
            layerName: 'ysgw',
            source: ysgw,
            color: DC.Color.CYAN,
            height: 20,
            height: 75,
          },
        ]
      },
src/views/rt/components/box/dataContent.vue
@@ -141,6 +141,8 @@
            <el-table-column prop="firmName" label="企业名称" />
            <el-table-column prop="perInCha" label="责任人姓名" />
            <el-table-column prop="perInChaPho" label="联系电话" />
            <el-table-column prop="perInChaTwo" label="责任人姓名" />
            <el-table-column prop="perInChaPhoTwo" label="联系电话" />
          </el-table>
        </div>
src/views/survey/components/box/fireContent.vue
@@ -45,7 +45,7 @@
  }
]
function getRiskSource () {
function getRiskSource() {
  getRiskSourceStatistic().then(res => {
    let data = res.data.data
    let dataRsult = []
@@ -106,7 +106,13 @@
          left: '-5%',
          radius: ['45%', '75%'],
          data: dataRsult,
          left: "25%"
          left: "25%",
          label: {
            show: false,
          },
          labelLine: {
            show: false,
          },
        }
      ]
    })