hbt-prevention-ui/src/mock/lData.ts

61 lines
2.2 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

export default [{
index:1,
name:"区城内火灾危险性类别",
type1:"丙类(不含丙类)以下",
type2:"丙类",
type3:"乙类",
type4:"甲类",
value:"L1",
result:"",
noInvolved:"不涉及",
},{
index:2,
name:"化学品急性击性危害类别",
type1:"类别4、类别5",
type2:"类别3",
type3:"类别2",
type4:"类别1",
value:"L2",
result:"",
noInvolved:"不涉及",
},{
index:3,
name:"化学品急性击性危害类别",
type1:"1不涉及重点监管危险化学品且不涉及危险工艺和金属有机物合成反应包括格氏反应。\n2精细化工反应工艺安全风险已经反应安全风险评估。\n3国内首次采用的化工工艺已经安全可靠性论证。\n4除上述外的其他工艺。",
type2:"涉及重点监管危险化学品但不涉及危险工艺和金属有机物合成反应(包括格氏反应)。",
type3:"不涉及重点监管危险化学品但涉及危险工艺和金属有机物合成反应(包括格氏反应)。 ",
type4:"1涉及重点监管危险化学品且涉及危险工艺或金属有机物合成反应包括格氏反应。\n2精细化工反应工艺安全风险未经反应安全风险评估。\n3国内首次采用的化工工艺未经安全可靠性论证。",
value:"L3",
result:"",
noInvolved:"不涉及",
},{
index:4,
name:"工艺压力(p)",
type1:"p≤0.1MPa",
type2:"0.1MPap1.6MPa",
type3:"1.6MPa≤p10.0MPa",
type4:"p≥10.0Mpa",
value:"L4",
result:"",
noInvolved:"不涉及",
},{
index:5,
name:"工艺温度t",
type1:"t≤20℃",
type2:"20℃t150℃",
type3:"150℃≤t450℃",
type4:"t≥450℃",
value:"L5",
result:"",
noInvolved:"不涉及",
},{
index:6,
name:"重大生产安全事故隐患",
type1:"/",
type2:"/",
type3:"/",
type4:"存在《化工和危险化学品生产经营单位重大生产安全事故隐患判定标准(试行)》中规定的重大生产安全事故隐患",
value:"L6",
result:"",
noInvolved:"不涉及",
}]