You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
958 B
26 lines
958 B
const typeParam_data = {
|
|
'火灾扑救': {
|
|
name: '着火物质',
|
|
options: ['固体物质', '液体或可熔物质', '气体', '带电物体和精密仪器等物质', '烹饪器具内的烹饪物',]
|
|
},
|
|
'救援抢险': {
|
|
name: '事件类型',
|
|
options: ['危险化学品泄漏', '道路交通事故', '地震', '建筑坍塌', '重大安全生产事故',
|
|
'空难', '爆炸及恐怖事件', '群众遇险事件']
|
|
},
|
|
'自然灾害': {
|
|
name: '灾害类型',
|
|
options: ['水旱', '气象', '地质灾害', '等自然灾害', '森林、草原火灾']
|
|
},
|
|
'灾难事故': {
|
|
name: '事故类型',
|
|
options: ['矿山事故', '水上事故', '重大环境污染', '核与辐射事故', '突发公共卫生事件']
|
|
},
|
|
}
|
|
|
|
const fireMaterial_data = ["民用建筑", "工业建筑", "森林", "地下建筑", "水上"]
|
|
|
|
|
|
export {
|
|
typeParam_data, fireMaterial_data
|
|
}
|