From 2d5e75bbc04d8c4c5c7dc6bb141ad16ffa2d9936 Mon Sep 17 00:00:00 2001 From: XingChuan <m17600301067@163.com> Date: 星期日, 30 五月 2021 12:24:54 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop --- src/conf/Constants.js | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/src/conf/Constants.js b/src/conf/Constants.js index 591870e..20c3f29 100644 --- a/src/conf/Constants.js +++ b/src/conf/Constants.js @@ -22,7 +22,12 @@ wasteSolidCcd: 'WasteSolid.js', sewersAreaGs: 'Company.js', pipesegment: 'PipeLineAnimal.js', - pollutionSources: 'SourcesPollution.js' + pollutionSources: 'SourcesPollution.js', + envRiskChart: 'EnvironmentRisk.js', // 椋庨櫓缁熻鍥� + envRiskMajor: 'RiskSource.js', // 閲嶅ぇ椋庨櫓婧� + envRiskFirst: 'RiskSource.js', // 涓�绾ч闄╂簮 + envRiskSecond: 'RiskSource.js', // 浜岀骇椋庨櫓婧� + envRiskThird: 'RiskSource.js' // 涓夌骇椋庨櫓婧� } export const STYLES = { @@ -59,7 +64,8 @@ emergencyres: '绀句細涓撲笟搴旀�ユ晳鎻撮槦浼�', emergencyesources: '搴旀�ョ墿璧�', firefightingunit: '娑堥槻鍗曚綅', - unitareaboundary: '瑁呯疆鍖鸿竟鐣�' + unitareaboundary: '瑁呯疆鍖鸿竟鐣�', + sensitivetarget: '鏁忔劅鐩爣' } export const LAYERPROPS = { @@ -399,5 +405,14 @@ code: '瑁呯疆鍖虹紪鐮�', responsperson: '璐熻矗浜�', startdate: '鎶曠敤鏃ユ湡' + }, + // 鏁忔劅鐩爣 + sensitivetarget: { + name: '鍚嶇О', + resperson: '璐熻矗浜�', + telephone: '鑱旂郴鐢佃瘽', + huncount: '甯歌浜哄彛鏁伴噺', + structureoridsitearea: '鍗犲湴闈㈢Н', + adminzonename: '琛屾斂闅跺睘' } } -- Gitblit v1.8.0