派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-03-31 f418dbba7378dea1974bf8a34d0da68d625f5abb
src/conf/Constants.js
@@ -4,6 +4,13 @@
  POLYGON: 'polygon'
}
export const logicMapper = {
  wasteGasJcd: 'WasteGas.js',
  wasteWaterJcd: 'WasteWater.js',
  solidWasteJcd: 'SolidWaste.js',
  sewersAreaGs: 'Company.js'
}
export const props = {
  pipename: '管线名称',
  pipecode: '管线编码',
@@ -27,5 +34,9 @@
  embeddingmode: '埋设方式',
  pipetrenchtype: '管沟类型',
  datecollected: '探测时间',
  operationalstatus: '运行状态'
  operationalstatus: '运行状态',
  acquisitionpeople: '采集人',
  acquisitiondate: '采集日期',
  fourtype: '四通类型',
  fourm: '四通材料'
}