添加新的行业资讯
This commit is contained in:
parent
db5d41b081
commit
7395c63dde
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -257,6 +257,30 @@ const systemWatchData = [
|
|||
const newsItemData = [
|
||||
{
|
||||
id:0,
|
||||
time: "2025-03-04",
|
||||
title: "20250304省应急管理厅关于印发《江苏省化工和危险化学品企业“无泄漏工厂”创建工作方案》和《江苏省化工和危险化学品企业工艺报警和安全联锁指导服务实施方案》的通知(苏应急〔2025〕7 号)(1)(2)",
|
||||
imgSrc: "news_img8.png",
|
||||
desc:"",
|
||||
content:newsContents.newsId8
|
||||
},
|
||||
{
|
||||
id:1,
|
||||
time: "2023-03-02",
|
||||
title: "关于印发《“工业互联网+危化安全生产” 工艺生产报警优化管理系统建设应用指南 (试行)》等5项指南的通知",
|
||||
imgSrc: "news_img6.png",
|
||||
desc:"",
|
||||
content:newsContents.newsId6
|
||||
},
|
||||
{
|
||||
id:2,
|
||||
time: "2022-03-10",
|
||||
title: "GB 41261-2022 过程工业报警系统管理",
|
||||
imgSrc: "news_img9.png",
|
||||
desc:"",
|
||||
content:newsContents.newsId9
|
||||
},
|
||||
{
|
||||
id:3,
|
||||
time: "2022-11-15",
|
||||
title: "《工业大数据白皮书(2019版)》",
|
||||
imgSrc: "news_img0.png",
|
||||
|
@ -264,7 +288,7 @@ const newsItemData = [
|
|||
content:newsContents.newsId0
|
||||
},
|
||||
{
|
||||
id:1,
|
||||
id:4,
|
||||
time: "2022-10-12",
|
||||
title: "工业和信息化部关于推动5G加快发展的通知",
|
||||
imgSrc: "news_img1.png",
|
||||
|
@ -272,7 +296,7 @@ const newsItemData = [
|
|||
content: newsContents.newsId1,
|
||||
},
|
||||
{
|
||||
id:2,
|
||||
id:5,
|
||||
time: "2022-09-30",
|
||||
title: "工业和信息化部办公厅关于推动工业互联网加快发展的通知",
|
||||
imgSrc: "news_img2.png",
|
||||
|
@ -280,7 +304,7 @@ const newsItemData = [
|
|||
content:newsContents.newsId2,
|
||||
},
|
||||
{
|
||||
id:3,
|
||||
id:6,
|
||||
time: "2022-08-11",
|
||||
title: "《工业和信息化部办公厅关于推动工业互联网 加快发展的通知》政策解读",
|
||||
imgSrc: "news_img3.png",
|
||||
|
@ -288,7 +312,7 @@ const newsItemData = [
|
|||
content:newsContents.newsId3,
|
||||
},
|
||||
{
|
||||
id:4,
|
||||
id:7,
|
||||
time: "2022-06-22",
|
||||
title: "一图看懂关于推动工业互联网加快发展的通知",
|
||||
imgSrc: "news_img4.png",
|
||||
|
@ -297,13 +321,29 @@ const newsItemData = [
|
|||
content:newsContents.newsId4,
|
||||
},
|
||||
{
|
||||
id:5,
|
||||
id:8,
|
||||
time: "2022-05-11",
|
||||
title: "《工业互联网创新发展行动计划(2021-2023 年)》解读",
|
||||
imgSrc: "news_img5.png",
|
||||
desc:"近日,工业互联网专项工作组印发《工业互联网创新发展行动计划(2021-2023年)》(工信部信管〔2020〕197号,以下简称《三年行动计划》)。现就《三年行动计划》有关内容解读如下:",
|
||||
content:newsContents.newsId5,
|
||||
},
|
||||
{
|
||||
id:9,
|
||||
time: "2022-01-22",
|
||||
title: "《化工企业工艺报警管理实施指南》(TCCSAS012—2022)",
|
||||
imgSrc: "news_img7.png",
|
||||
desc:"",
|
||||
content:newsContents.newsId7
|
||||
},
|
||||
{
|
||||
id:10,
|
||||
time: "2016-03-18",
|
||||
title: "ANSI--ISA-18.2-2016流程工业报警系统管理批准(英文版)",
|
||||
imgSrc: "news_img10.png",
|
||||
desc:"",
|
||||
content:newsContents.newsId10
|
||||
},
|
||||
]
|
||||
|
||||
export default {
|
||||
|
|
|
@ -658,6 +658,21 @@ const newsId5 = `
|
|||
今年1月13日,我部印发《开展工业互联网企业网络安全分类分级管理试点工作的通知》,启动部署分类分级试点工作。结合各地工业互联网发展实际,目前选定上海、江苏、广东等15个省(区、市)232家重点工业行业的重点企业参与试点。试点工作由各省工业和信息化主管部门与通信管理局共同组织实施,包括自主定级、定级核查、落实安全要求、试点工作总结四个阶段,计划今年10月底前完成试点工作。通过试点进一步完善《管理指南》,提升《安全规范》的科学性、有效性和指导性,形成可复制可推广的安全管理模式。
|
||||
</p>
|
||||
`;
|
||||
const newsId6 = `
|
||||
<iframe width="1210px" height="800px" src="./files/关于印发《“工业互联网+危化安全生产” 工艺生产报警优化管理系统建设应用指南 (试行)》等5项指南的通知(1).pdf"></iframe>
|
||||
`;
|
||||
const newsId7 = `
|
||||
<iframe width="1210px" height="800px" src="./files/《化工企业工艺报警管理实施指南》(TCCSAS012—2022).pdf"></iframe>
|
||||
`;
|
||||
const newsId8 = `
|
||||
<iframe width="1210px" height="800px" src="./files/20250304省应急管理厅关于印发《江苏省化工和危险化学品企业“无泄漏工厂”创建工作方案》和《江苏省化工和危险化学品企业工艺报警和安全联锁指导服务实施方案》的通知(苏应急〔2025〕7 号)(1)(2).pdf"></iframe>
|
||||
`;
|
||||
const newsId9 = `
|
||||
<iframe width="1210px" height="800px" src="./files/GB 41261-2022 过程工业报警系统管理.pdf"></iframe>
|
||||
`;
|
||||
const newsId10 = `
|
||||
<iframe width="1210px" height="800px" src="./files/ANSI--ISA-18.2-2016流程工业报警系统管理批准(英文版).pdf"></iframe>
|
||||
`;
|
||||
|
||||
export default {
|
||||
newsId0,
|
||||
|
@ -666,4 +681,9 @@ export default {
|
|||
newsId3,
|
||||
newsId4,
|
||||
newsId5,
|
||||
newsId6,
|
||||
newsId7,
|
||||
newsId8,
|
||||
newsId9,
|
||||
newsId10
|
||||
}
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Binary file not shown.
After Width: | Height: | Size: 362 KiB |
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
Binary file not shown.
After Width: | Height: | Size: 183 KiB |
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
Loading…
Reference in New Issue