|
@@ -2808,15 +2808,15 @@ export const logicalData = {
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- "name": "信宜市",
|
|
|
- "center": [111.141656, 22.352681],
|
|
|
- "parentName": "茂名市",
|
|
|
- "code": 440983,
|
|
|
+ 'name': '信宜市',
|
|
|
+ 'center': [111.141656, 22.352681],
|
|
|
+ 'parentName': '茂名市',
|
|
|
+ 'code': 440983,
|
|
|
infoData: [
|
|
|
{ name: '面积', value: '3101.7', unit: '平方千米' },
|
|
|
{ name: '常住人口', value: '101.4577', unit: '万人' }
|
|
|
],
|
|
|
- "boundaries": [
|
|
|
+ 'boundaries': [
|
|
|
[
|
|
|
[111.384113, 22.245962],
|
|
|
[111.382225, 22.245496],
|
|
@@ -4110,7 +4110,7 @@ export const logicalData = {
|
|
|
[110.484002, 21.447108]
|
|
|
]
|
|
|
]
|
|
|
-}
|
|
|
+};
|
|
|
|
|
|
export const iconList = {
|
|
|
'1': {
|
|
@@ -4137,12 +4137,73 @@ export const pointDetailTemplate = {
|
|
|
type: '专家类型'
|
|
|
},
|
|
|
'2': {
|
|
|
-
|
|
|
+ materia_type: '物资类型',
|
|
|
+ materia_num: '物资数量',
|
|
|
+ materia_ratio: '物资比例',
|
|
|
+ materia_unit: '物资单位',
|
|
|
+ materia_name: '物资名称',
|
|
|
+ area: '所在区县',
|
|
|
+ management_unit: '物资所在仓库'
|
|
|
+ },
|
|
|
+ '3': {
|
|
|
+ area: '所在区县',
|
|
|
+ shelter_name: '应急避难场所全称',
|
|
|
+ addr: '应急避难场所地址',
|
|
|
+ emergency_type: '按突发事件类型分类',
|
|
|
+ shelter_type: '避难种类',
|
|
|
+ evacuation_time: '按避难时长设计分类',
|
|
|
+ space_type: '按空间类型分类',
|
|
|
+ according_type: '按总体功能定位分类',
|
|
|
+ construction_type: '应急避难场所建设类型',
|
|
|
+ total_area: '应急避难场所占地总面积(平方米)',
|
|
|
+ indoor_area: '应急避难场所室内面积(平方米)',
|
|
|
+ persons: '避难场所容纳人数 (人)',
|
|
|
+ material_reserves: '物资储备',
|
|
|
+ facility: '应急设施',
|
|
|
+ depart: '认定部门',
|
|
|
+ unit: '主管单位',
|
|
|
+ construction_unit: '建设单位',
|
|
|
+ construction_time: '建成(或挂牌)时间',
|
|
|
+ plan: '规划情况',
|
|
|
+ total_investment: '建设总投资(万元)',
|
|
|
+ standard_name: '建设标准名称',
|
|
|
+ admin_personnel: '日常维护或管理人员数量',
|
|
|
+ management_personnel: '专职维护或管理人员数量',
|
|
|
+ operation_units: '产权/运维单位',
|
|
|
+ operation: '运维投入',
|
|
|
+ channel: '运维投入渠道'
|
|
|
+ },
|
|
|
+ '4': {
|
|
|
+ flood_name: '易涝点名称',
|
|
|
+ area: '所在区县',
|
|
|
+ sitution: '情况',
|
|
|
+ unit: '单位'
|
|
|
+ },
|
|
|
+ '5': {
|
|
|
+ xxjj: '学校简介',
|
|
|
+ ywjyxxlx: '义务教育学校类型',
|
|
|
+ class_num: '班级数',
|
|
|
+ school_type: '学校性质',
|
|
|
+ school_name: '学校名称',
|
|
|
+ area: '所在区县',
|
|
|
+ th_num: '教师数',
|
|
|
+ stu_num: '学生数',
|
|
|
+ school_area: '学校地址',
|
|
|
+ jylx: '教育类型'
|
|
|
+ },
|
|
|
+ '6': {
|
|
|
+ hospital_name: '医疗机构名称',
|
|
|
+ area: '所在区县',
|
|
|
+ clsj: '成立时间',
|
|
|
+ gzry: '工作人员',
|
|
|
+ jgjj: '机构简介',
|
|
|
+ jyxz: '经营性质',
|
|
|
+ ybdd: '医院传真',
|
|
|
+ yljgdz: '医疗机构地址',
|
|
|
+ yljglb: '医疗机构类别',
|
|
|
+ yydj: '医院等级',
|
|
|
+ yylx: '医院类型'
|
|
|
}
|
|
|
};
|
|
|
|
|
|
-export const creatDetailTemplate = (data, type) => {
|
|
|
-
|
|
|
-};
|
|
|
-
|
|
|
-
|
|
|
+export const creatDetailTemplate = (data, type) => {};
|