export default { id: 4, name: '周边环境', child: [ { name: '风险源-', column: [{ label: '序号', prop: 'no', width: 'auto' }, { label: '名称', prop: 'name', width: 'auto' } ] }, { name: '医院', column: [{ label: '序号', prop: 'no', width: 'auto' }, { label: '医院名称', prop: 'companyname', width: 'auto' }, { label: '联系电话', prop: 'telephone', width: 'auto' }, { label: '行政隶属', prop: 'adminzonename', width: 'auto' }, { label: '医院资质等级', prop: 'hospitalleaval', width: 'auto' }, { label: '病床数量', prop: 'sickbednumber', width: 'auto' }, { label: '医生数量', prop: 'doctornumber', width: 'auto' }, { label: '护士数量', prop: 'nursenumber', width: 'auto' }, { label: '救护车数量', prop: 'ambulancenumber', width: 'auto' }, { label: '单位地址', prop: 'address', width: 'auto' } ] }, { name: '消防', column: [{ label: '序号', prop: 'no', width: 'auto' }, { label: '消防单位名称', prop: 'companyname', width: 'auto' }, { label: '消防车数量', prop: 'pumpernumber', width: 'auto' }, { label: '消防人员数量', prop: 'personnumber', width: 'auto' }, { label: '行政隶属', prop: 'location', width: 'auto' }, { label: '联系电话', prop: 'contacttelephone', width: 'auto' }, { label: '单位地址', prop: 'address', width: 'auto' }, { label: '服务半径', prop: 'supportradius', width: 'auto' }, { label: '负责人', prop: 'contactperson', width: 'auto' }, { label: '距离', prop: 'distance', width: 'auto' } ] }, { name: '学校-', column: [{ label: '序号', prop: 'no', width: 'auto' }, { label: '名称', prop: 'name', width: 'auto' } ] }, { name: '水体', column: [{ label: '序号', prop: 'no', width: 'auto' }, { label: '名称', prop: 'name', width: 'auto' }, { label: '联系方式', prop: 'telphonenumber', width: 'auto' }, { label: '年平均流速(m/s)', prop: 'velocityaverage', width: 'auto' }, { label: '年平均冲刷深度', prop: 'erosiondepthavg', width: 'auto' }, { label: '最大速度(m/s)', prop: 'velocitymax', width: 'auto' }, { label: '河流流向', prop: 'flowdirection', width: 'auto' }, { label: '长度(m)', prop: 'length', width: 'auto' }, { label: '水系类型', prop: 'hydrotype', width: 'auto' }, { label: '是否是饮用水源', prop: 'drinkingresourceind', width: 'auto' }, { label: '是否是季节性河流', prop: 'seasonalriverind', width: 'auto' }, { label: '高风险月份', prop: 'highriskmonth', width: 'auto' }, { label: '水库位置', prop: 'reservoirlocation', width: 'auto' }, { label: '管道埋深', prop: 'coverdepth', width: 'auto' } ] }, { name: '自然保护区', column: [{ label: '序号', prop: 'no', width: 'auto' }, { label: '名称', prop: 'name', width: 'auto' }, { label: '联系电话', prop: 'telephone', width: 'auto' }, { label: '保护区类型', prop: 'type', width: 'auto' }, { label: '负责人', prop: 'resperson', width: 'auto' }, { label: '占地面积', prop: 'structureoridsitearea', width: 'auto' }, { label: '主要保护对象', prop: 'preservationobject', width: 'auto' }, { label: '行政隶属', prop: 'adminzonename', width: 'auto' }, { label: '距离', prop: 'distance', width: 'auto' } ] }, { name: '敏感目标', column: [{ label: '序号', prop: 'no', width: 'auto' }, { label: '名称', prop: 'name', width: 'auto' }, { label: '联系电话', prop: 'telephone', width: 'auto' }, { label: '常规人口数量', prop: 'huncount', width: 'auto' }, { label: '负责人', prop: 'resperson', width: 'auto' }, { label: '行政隶属', prop: 'adminzonename', width: 'auto' }, { label: '距离', prop: 'distance', width: 'auto' } ] }, { name: '环境监测', column: [{ label: '序号', prop: 'no', width: 'auto' }, { label: '名称', prop: 'name', width: 'auto' }, { label: '联系电话', prop: 'telephone', width: 'auto' }, { label: '类型', prop: 'type', width: 'auto' }, { label: '负责人', prop: 'resperson', width: 'auto' }, { label: '行政隶属', prop: 'adminzonename', width: 'auto' }, { label: '所属单位名称', prop: 'unitname', width: 'auto' }, { label: '距离', prop: 'distance', width: 'auto' } ] } ] }