+
+
类型:
+
+ {{
+ AllData.GWBD.pointType == "YS"
+ ? "雨水管网"
+ : AllData.GWBD.pointType == "WS"
+ ? "污水管网"
+ : "--"
+ }}
+
+
+
+
编号:
+
+ {{ AllData.GWBD.pointNumber ? AllData.GWBD.pointNumber : "--" }}
+
+
+
+
年份:
+
+ {{ AllData.GWBD.buildTime ? AllData.GWBD.buildTime : "--" }}
+
+
+
+
管径:
+
+ {{ AllData.GWBD.pipelineDiameter ? AllData.GWBD.pipelineDiameter : "--" }}
+
+
+
+
材质:
+
+ {{ AllData.GWBD.pipelineTexture ? AllData.GWBD.pipelineTexture : "--" }}
+
+
+
+
缺陷类型:
+
+ {{ AllData.GWBD.issueType ? AllData.GWBD.issueType : "--" }}
+
+
+
+
标段片区:
+
+ {{ AllData.GWBD.roadName ? AllData.GWBD.roadName : "--" }}
+
+
+
+
末次运维:
+
+ {{ AllData.GWBD.repairYear ? AllData.GWBD.repairYear : "--" }}
+
+
+