智慧园区前端大屏
linwe
2024-12-03 62f01f0b522c29b14edee87269b0d75e83a3d3fc
src/views/space/components/box/dataContent.vue
@@ -96,6 +96,11 @@
  })
    .then((res) => {
      const data = res.data.data
      data.records.forEach(item => {
        if(!item.firmName){
          item.firmName = '吉水化工园区'
        }
      })
      tableData.value = data.records
      pages.total = data.total
      loading.value = false
@@ -127,7 +132,7 @@
            <img src="${row.imageUrl}" />
                </div>`
    let divIcon = new DC.DivIcon(
      new DC.Position(row.lng, row.lat, 64),
      new DC.Position(row.lng, row.lat, row.ele || 64),
      `<div class="public-map-popup-two">
                    ${iconEl}
                  </div>`