派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-20 8e182aa12fcba7ed25c2d65a6f5e1ae0b2160ab1
src/conf/Constants.js
@@ -58,16 +58,17 @@
  hospital: '医院',
  emergencyres: '社会专业应急救援队伍',
  emergencyesources: '应急物资',
  firefightingunit: '消防单位'
  firefightingunit: '消防单位',
  unitareaboundary: '装置区边界'
}
export const LAYERPROPS = {
  // 管网
  pipenetwork: {
    // 管网
    name: '名称',
    linenumtype: '管线类型',
    pipename: '管线名称',
    name: '管网名称',
    linenumtype: '管网类型',
    pipename: '管网名称',
    mediumtype: '输送介质',
    length: '长度(m)',
    startposname: '起点位置名称',
@@ -82,7 +83,7 @@
  // 管线
  pipeline: {
    // 管网
    name: '名称',
    name: '管网名称',
    linenumtype: '管线类型',
    pipename: '管线名称',
    mediumtype: '输送介质',
@@ -311,6 +312,7 @@
  // 水体
  pointhydrology: {
    name: '名称',
    orgname: '企业名称',
    telphonenumber: '联系方式',
    velocityaverage: '年平均流速(m/s)',
    erosiondepthavg: '年平均冲刷深度',
@@ -334,6 +336,7 @@
  // 自然保护区
  pointpreservationzone: {
    name: '名称',
    orgname: '企业名称',
    datasource: '数据来源',
    type: '保护区类型',
    structureoridsitearea: '占地面积',
@@ -343,6 +346,7 @@
  // 医院
  hospital: {
    companyname: '医院名称',
    orgname: '企业名称',
    telephone: '联系电话',
    hospitalleaval: '医院资质等级',
    maxinjurednumber: '可容纳伤员',
@@ -359,6 +363,7 @@
  // 社会专业应急救援队伍
  emergencyres: {
    name: '名称',
    orgname: '企业名称',
    numberteam: '救援人数',
    rescueobject: '主要救援对象',
    resperson: '负责人',
@@ -368,6 +373,7 @@
  // 应急物资
  emergencyesources: {
    resourcesname: '物资名称',
    orgname: '企业名称',
    resourcesnumber: '物资数量',
    ownedstatus: '是否自有物资',
    sourceschargestandard: '物资收费标准',
@@ -378,6 +384,7 @@
  // 消防单位
  firefightingunit: {
    companyname: '消防单位名称',
    orgname: '企业名称',
    pumpernumber: '消防车数量',
    contacttelephone: '联系电话',
    address: '单位地址',
@@ -385,5 +392,12 @@
    ficroute: '交通路线',
    distance: '距离',
    datasource: '数据来源'
  },
  // 装置区
  unitareaboundary: {
    name: '装置区名称',
    code: '装置区编码',
    responsperson: '负责人',
    startdate: '投用日期'
  }
}