派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-04-22 509cc4618a091a03d64d9985c0f1b74afd0fd3ff
排水修改
3个文件已修改
13 ■■■■ 已修改文件
public/assets/images/map/sewers/雨水排口.png 补丁 | 查看 | 原始文档 | blame | 历史
src/conf/Constants.js 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/popup/Popup.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/assets/images/map/sewers/ÓêË®ÅÅ¿Ú.png

src/conf/Constants.js
@@ -27,13 +27,16 @@
}
export const props = {
  code: '编号',
  name: '名称',
  pfktype: '排放口类型',
  level: '级别',
  length: '长度(m)',
  unitname: '单位名称',
  pipename: '管线名称',
  pipecode: '管线编码',
  subchaname: '支线名称',
  subchacode: '支线编码',
  mediumtype: '输送介质',
  name: '名称',
  length: '长度(m)',
  startposname: '起点位置名称',
  endposname: '终点位置名称',
  pressureating: '设计压力(MPa)',
@@ -51,8 +54,6 @@
  pipetrenchtype: '管沟类型',
  datecollected: '探测时间',
  operationalstatus: '运行状态',
  acquisitionpeople: '采集人',
  acquisitiondate: '采集日期',
  fourtype: '四通类型',
  fourm: '四通材料'
}
src/views/popup/Popup.vue
@@ -75,7 +75,7 @@
    setDatas (layer) {
      console.log(layer)
      this.tabs = [{
        title: layer.feature.properties.pipename || layer.feature.id,
        title: layer.feature.properties.name || layer.feature.id,
        name: '1'
      }]
      this.properties = layer.feature.properties