From 509cc4618a091a03d64d9985c0f1b74afd0fd3ff Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期四, 22 四月 2021 14:44:21 +0800
Subject: [PATCH] 排水修改

---
 public/assets/images/map/sewers/雨水排口.png |    0 
 src/conf/Constants.js                    |   11 ++++++-----
 src/views/popup/Popup.vue                |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git "a/public/assets/images/map/sewers/\351\233\250\346\260\264\346\216\222\345\217\243.png" "b/public/assets/images/map/sewers/\351\233\250\346\260\264\346\216\222\345\217\243.png"
index a9ea6cf..04e5ae6 100644
--- "a/public/assets/images/map/sewers/\351\233\250\346\260\264\346\216\222\345\217\243.png"
+++ "b/public/assets/images/map/sewers/\351\233\250\346\260\264\346\216\222\345\217\243.png"
Binary files differ
diff --git a/src/conf/Constants.js b/src/conf/Constants.js
index 51e1bb6..8384fca 100644
--- a/src/conf/Constants.js
+++ b/src/conf/Constants.js
@@ -27,13 +27,16 @@
 }
 
 export const props = {
+  code: '缂栧彿',
+  name: '鍚嶇О',
+  pfktype: '鎺掓斁鍙g被鍨�',
+  level: '绾у埆',
+  length: '闀垮害(m)',
+  unitname: '鍗曚綅鍚嶇О',
   pipename: '绠$嚎鍚嶇О',
-  pipecode: '绠$嚎缂栫爜',
   subchaname: '鏀嚎鍚嶇О',
   subchacode: '鏀嚎缂栫爜',
   mediumtype: '杈撻�佷粙璐�',
-  name: '鍚嶇О',
-  length: '闀垮害(m)',
   startposname: '璧风偣浣嶇疆鍚嶇О',
   endposname: '缁堢偣浣嶇疆鍚嶇О',
   pressureating: '璁捐鍘嬪姏锛圡Pa锛�',
@@ -51,8 +54,6 @@
   pipetrenchtype: '绠℃矡绫诲瀷',
   datecollected: '鎺㈡祴鏃堕棿',
   operationalstatus: '杩愯鐘舵��',
-  acquisitionpeople: '閲囬泦浜�',
-  acquisitiondate: '閲囬泦鏃ユ湡',
   fourtype: '鍥涢�氱被鍨�',
   fourm: '鍥涢�氭潗鏂�'
 }
diff --git a/src/views/popup/Popup.vue b/src/views/popup/Popup.vue
index b2fe8db..46a5d1c 100644
--- a/src/views/popup/Popup.vue
+++ b/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

--
Gitblit v1.8.0