From 1f0e9a20cd76e21538b4ca77a3ed7ce2a979de90 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期日, 30 五月 2021 10:46:39 +0800 Subject: [PATCH] 上周忘记提交 --- src/conf/Constants.js | 30 ++++++++++++++++++++++++++++-- 1 files changed, 28 insertions(+), 2 deletions(-) diff --git a/src/conf/Constants.js b/src/conf/Constants.js index 591870e..412b059 100644 --- a/src/conf/Constants.js +++ b/src/conf/Constants.js @@ -22,7 +22,8 @@ wasteSolidCcd: 'WasteSolid.js', sewersAreaGs: 'Company.js', pipesegment: 'PipeLineAnimal.js', - pollutionSources: 'SourcesPollution.js' + pollutionSources: 'SourcesPollution.js', + envRiskChart: 'EnvironmentRisk.js' } export const STYLES = { @@ -59,7 +60,9 @@ emergencyres: '绀句細涓撲笟搴旀�ユ晳鎻撮槦浼�', emergencyesources: '搴旀�ョ墿璧�', firefightingunit: '娑堥槻鍗曚綅', - unitareaboundary: '瑁呯疆鍖鸿竟鐣�' + unitareaboundary: '瑁呯疆鍖鸿竟鐣�', + sensitivetarget: '鏁忔劅鐩爣', + chokevalve: '鎴祦闂�' } export const LAYERPROPS = { @@ -86,6 +89,7 @@ name: '绠$綉鍚嶇О', linenumtype: '绠$嚎绫诲瀷', pipename: '绠$嚎鍚嶇О', + subchaname: '鏀嚎鍚嶇О', mediumtype: '杈撻�佷粙璐�', length: '闀垮害(m)', startposname: '璧风偣浣嶇疆鍚嶇О', @@ -399,5 +403,27 @@ code: '瑁呯疆鍖虹紪鐮�', responsperson: '璐熻矗浜�', startdate: '鎶曠敤鏃ユ湡' + }, + // 鏁忔劅鐩爣 + sensitivetarget: { + name: '鍚嶇О', + resperson: '璐熻矗浜�', + telephone: '鑱旂郴鐢佃瘽', + huncount: '甯歌浜哄彛鏁伴噺', + structureoridsitearea: '鍗犲湴闈㈢Н', + adminzonename: '琛屾斂闅跺睘' + }, + // 鎴祦闂� + chokevalve: { + closurename: '鍚嶇О', + closurecode: '缂栫爜', + pointnumber: '娴嬬偣缂栧彿', + mediumtype: '浠嬭川', + size: '灏哄(m)', + operatingtype: '鎺у埗鏂瑰紡', + telephone: '鑱旂郴鐢佃瘽', + resperson: '璐熻矗浜�', + startdate: '鎶曠敤鏃ユ湡', + operationalstatus: '杩愯鐘舵��' } } -- Gitblit v1.8.0