派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-04-29 e1fb89c19e29447b108d3b959e222049a6b02e93
src/components/LayerController/service/WfsLayerService.js
@@ -63,8 +63,15 @@
            })
        },
        onEachFeature: (feature, layer) => {
          const popupDatas = []
          const properties = feature.properties
          popupDatas.push({
            title: properties.wellname || properties.devicename || properties.name,
            name: feature.id,
            content: properties
          })
          layer.bindPopup((layer) => {
            this.popupComp.setDatas(layer)
            this.popupComp.setDatas(popupDatas)
            this.popupComp.setShow()
            return this.popupComp.$el
          }, {