diff --git a/src/assets/images/page/industrial.png b/src/assets/images/page/industrial.png
new file mode 100644
index 0000000..f0ca585
Binary files /dev/null and b/src/assets/images/page/industrial.png differ
diff --git a/src/assets/images/page/mission.png b/src/assets/images/page/mission.png
new file mode 100644
index 0000000..06e2e49
Binary files /dev/null and b/src/assets/images/page/mission.png differ
diff --git a/src/assets/images/page/researchTeam.png b/src/assets/images/page/researchTeam.png
new file mode 100644
index 0000000..2e85257
Binary files /dev/null and b/src/assets/images/page/researchTeam.png differ
diff --git a/src/assets/images/page/scientific.png b/src/assets/images/page/scientific.png
new file mode 100644
index 0000000..c80fe9b
Binary files /dev/null and b/src/assets/images/page/scientific.png differ
diff --git a/src/const/modules.js b/src/const/modules.js
index 7edba8f..f52222b 100644
--- a/src/const/modules.js
+++ b/src/const/modules.js
@@ -6762,4 +6762,611 @@ export default {
}
},
],
+ mission: [
+ {
+ type: 'form',
+ forms: [
+ {
+ type: 'upload',
+ prop: 'pic',
+ label: '图片',
+ required: true
+ },
+ {
+ type: 'input',
+ prop: 'title',
+ label: '标题',
+ required: true
+ },
+ {
+ type: 'link',
+ prop: 'link',
+ label: '链接'
+ },
+ ],
+ form: {
+ pic: 'http://10.10.11.7/images/mission/1.png',
+ title: '关于IASF/使命、愿景、价值观',
+ link: {
+ linkName: '无',
+ connectionType: 1,
+ columnId: [],
+ articleId: '',
+ linkAddress : '',
+ site: '',
+ otherColumnId: [],
+ otherArticleId: '',
+ isOpen: 1
+ }
+ }
+ },
+ {
+ type: 'form',
+ forms: [
+ {
+ type: 'input',
+ prop: 'title',
+ label: '标题',
+ required: true
+ },
+ {
+ type: 'link',
+ prop: 'link',
+ label: '链接'
+ },
+ {
+ type: 'textarea',
+ prop: 'des',
+ label: '描述'
+ }
+ ],
+ form: {
+ title: '使命',
+ link: {
+ linkName: '无',
+ connectionType: 1,
+ columnId: [],
+ articleId: '',
+ linkAddress : '',
+ site: '',
+ otherColumnId: [],
+ otherArticleId: '',
+ isOpen: 1
+ },
+ des: `建设运营标志性、稀缺性、先进性综合粒子设施
+ 中能同步辐射光源、中能高重复频率X射线自由电子激光
+ 服务大湾区高新技术产业
+ 集成电路、生物医药、先进材料和先进制造等
+ 发展产业核心关键技术相关的多学科前沿基础研究
+ 物理、化学、生物、材料、医学等`
+ }
+ },
+ {
+ type: 'form',
+ forms: [
+ {
+ type: 'input',
+ prop: 'title',
+ label: '标题',
+ required: true
+ },
+ {
+ type: 'link',
+ prop: 'link',
+ label: '链接'
+ },
+ {
+ type: 'textarea',
+ prop: 'des',
+ label: '描述'
+ }
+ ],
+ form: {
+ title: '愿景',
+ link: {
+ linkName: '无',
+ connectionType: 1,
+ columnId: [],
+ articleId: '',
+ linkAddress : '',
+ site: '',
+ otherColumnId: [],
+ otherArticleId: '',
+ isOpen: 1
+ },
+ des: `成为粤港澳大湾区科技和产业创新驱动发展引擎和高质量发展先锋,勇当国家战略科技力量“第一方阵”排头兵。`
+ }
+ },
+ {
+ type: 'form',
+ forms: [
+ {
+ type: 'input',
+ prop: 'title',
+ label: '标题',
+ required: true
+ },
+ ],
+ form: {
+ title: '指导思想',
+ }
+ },
+ {
+ type: 'introduce',
+ forms: [
+ {
+ type: 'upload',
+ prop: 'pic',
+ label: '图片',
+ required: true,
+ crop: false
+ },
+ {
+ type: 'input',
+ prop: 'title',
+ label: '标题',
+ required: true
+ },
+ {
+ type: 'link',
+ prop: 'link',
+ label: '链接'
+ },
+ {
+ type: 'textarea',
+ prop: 'des',
+ label: '描述'
+ }
+ ],
+ form: {
+ pic: '',
+ title: '',
+ link: {
+ linkName: '无',
+ connectionType: 1,
+ columnId: [],
+ articleId: '',
+ linkAddress : '',
+ site: '',
+ otherColumnId: [],
+ otherArticleId: '',
+ isOpen: 1
+ },
+ isEnable: 1,
+ des: ``
+ },
+ list: [
+ {
+ pic: 'http://10.10.11.7/images/mission/4.png',
+ title: '凝心聚力',
+ link: {
+ linkName: '无',
+ connectionType: 1,
+ columnId: [],
+ articleId: '',
+ linkAddress : '',
+ site: '',
+ otherColumnId: [],
+ otherArticleId: '',
+ isOpen: 1
+ },
+ isEnable: 1,
+ des: `IASF的工作人员来自五湖四海、大江南北,但大家目的一致,齐心协力建设世界一流的光源设施,为建设粤港澳大湾区国际科技创新中心做出有力支撑。`
+ },
+ {
+ pic: 'http://10.10.11.7/images/mission/5.png',
+ title: '开放合作',
+ link: {
+ linkName: '无',
+ connectionType: 1,
+ columnId: [],
+ articleId: '',
+ linkAddress : '',
+ site: '',
+ otherColumnId: [],
+ otherArticleId: '',
+ isOpen: 1
+ },
+ isEnable: 1,
+ des: `粤港澳大湾区是中国开放程度最高的区域,我们坚持以最开放的心态、最务实的姿态,向各个国家和地区的科学家们敞开合作大门,邀请湾区企业和一带一路国家共同参与项目的建设和运营。`
+ }
+ ]
+ },
+ ],
+ scientific: [
+ {
+ type: 'form',
+ forms: [
+ {
+ type: 'upload',
+ prop: 'pic',
+ label: '图片',
+ required: true
+ },
+ {
+ type: 'input',
+ prop: 'title',
+ label: '标题',
+ required: true
+ },
+ {
+ type: 'link',
+ prop: 'link',
+ label: '链接'
+ },
+ {
+ type: 'textarea',
+ prop: 'des',
+ label: '描述'
+ }
+ ],
+ form: {
+ pic: 'http://10.10.11.7/images/overview/15.png',
+ title: '科学研究',
+ link: {
+ linkName: '无',
+ connectionType: 1,
+ columnId: [],
+ articleId: '',
+ linkAddress : '',
+ site: '',
+ otherColumnId: [],
+ otherArticleId: '',
+ isOpen: 1
+ },
+ des: '加速推进深圳综合粒子设施一期工程建设的各项前期准备工作,是研究院当前的首要任务。'
+ }
+ },
+ {
+ type: 'form',
+ forms: [
+ {
+ type: 'upload',
+ prop: 'pic',
+ label: '图片',
+ required: true
+ },
+ {
+ type: 'input',
+ prop: 'title',
+ label: '标题',
+ required: true
+ },
+ {
+ type: 'link',
+ prop: 'link',
+ label: '链接'
+ },
+ {
+ type: 'textarea',
+ prop: 'des',
+ label: '描述'
+ }
+ ],
+ form: {
+ pic: 'http://10.10.11.7/images/home/2.png',
+ title: '深圳产业光源',
+ link: {
+ linkName: '无',
+ connectionType: 1,
+ columnId: [],
+ articleId: '',
+ linkAddress : '',
+ site: '',
+ otherColumnId: [],
+ otherArticleId: '',
+ isOpen: 1
+ },
+ des: `围绕国家重大战略需求,以战略性新兴产业发展需求为牵引、以核心关键技术攻关为导向,建设一台中能、高亮度、小发射度的高性能同步辐射产业光源,提升前沿基础和产业技术的原始创新能力,服务高新技术产业发展,支撑粤港澳大湾区综合性国家科学中心和社会主义先行示范区的经济社会发展和产业技术创新。`
+ }
+ },
+ {
+ type: 'form',
+ forms: [
+ {
+ type: 'upload',
+ prop: 'pic',
+ label: '图片',
+ required: true
+ },
+ {
+ type: 'input',
+ prop: 'title',
+ label: '标题',
+ required: true
+ },
+ {
+ type: 'link',
+ prop: 'link',
+ label: '链接'
+ },
+ {
+ type: 'textarea',
+ prop: 'des',
+ label: '描述'
+ }
+ ],
+ form: {
+ pic: 'http://10.10.11.7/images/home/3.png',
+ title: '深圳自由电子激光 ',
+ link: {
+ linkName: '无',
+ connectionType: 1,
+ columnId: [],
+ articleId: '',
+ linkAddress : '',
+ site: '',
+ otherColumnId: [],
+ otherArticleId: '',
+ isOpen: 1
+ },
+ des: `以前沿科学技术发展和核心产业需求为导向,助力解决国家重大发展需求,并特别专注于推动半导体光刻、量子材料、能源科学、生物医药、燃烧科学、大气环境、星际科学、原子分子物理等前沿科学和应用产业的持续创新发展,实现深圳战略性新兴产业技术瓶颈及其相关根源性科学问题的重大突破。`
+ }
+ },
+ {
+ type: 'column',
+ form: {
+ site: '',
+ column: '',
+ articleNum: '',
+ columnTitle: 1,
+ columnTitleCustom: ''
+ }
+ },
+ {
+ type: 'form',
+ forms: [
+ {
+ type: 'input',
+ prop: 'title',
+ label: '标题',
+ required: true
+ },
+ {
+ type: 'link',
+ prop: 'link',
+ label: '链接'
+ },
+ {
+ type: 'textarea',
+ prop: 'des',
+ label: '概述',
+ required: true
+ }
+ ],
+ form: {
+ title: '关于综合粒子设施',
+ link: {
+ linkName: '无',
+ connectionType: 1,
+ columnId: [],
+ articleId: '',
+ linkAddress : '',
+ site: '',
+ otherColumnId: [],
+ otherArticleId: '',
+ isOpen: 1
+ },
+ des: `第二次工业革命以来,构成我们物质世界的电子、光子、质子、中子、中微子等形形色色的微观粒子陆续被发现,每一次发现都代表着人类科技文明的巨大进步。如今,这些微观粒子已经成为了科学家们进军微观世界、深刻理解物质世界的探测媒介,而利用这些微观粒子开展科学研究的大科学装置,则被称之为综合粒子设施。`
+ }
+ },
+ ],
+ industrial: [
+ {
+ type: 'form',
+ forms: [
+ {
+ type: 'upload',
+ prop: 'pic',
+ label: '图片',
+ required: true
+ },
+ {
+ type: 'input',
+ prop: 'title',
+ label: '标题',
+ required: true
+ },
+ {
+ type: 'link',
+ prop: 'link',
+ label: '链接'
+ },
+ ],
+ form: {
+ pic: 'http://10.10.11.7/images/industrial/1.png',
+ title: '产业应用',
+ link: {
+ linkName: '无',
+ connectionType: 1,
+ columnId: [],
+ articleId: '',
+ linkAddress : '',
+ site: '',
+ otherColumnId: [],
+ otherArticleId: '',
+ isOpen: 1
+ }
+ }
+ },
+ {
+ type: 'form',
+ forms: [
+ {
+ type: 'upload',
+ prop: 'pic',
+ label: '图片',
+ required: true
+ },
+ {
+ type: 'input',
+ prop: 'title',
+ label: '标题',
+ required: true
+ },
+ {
+ type: 'link',
+ prop: 'link',
+ label: '链接'
+ },
+ {
+ type: 'textarea',
+ prop: 'des',
+ label: '描述'
+ }
+ ],
+ form: {
+ pic: 'http://10.10.11.7/images/industrial/2.png',
+ title: '大科学时代的“科技灯塔”',
+ link: {
+ linkName: '无',
+ connectionType: 1,
+ columnId: [],
+ articleId: '',
+ linkAddress : '',
+ site: '',
+ otherColumnId: [],
+ otherArticleId: '',
+ isOpen: 1
+ },
+ des: `随着新一轮科技革命和产业变革突飞猛进,学科交叉融合不断发展,科学研究范式发生深刻变革,科学技术和经济社会发展加速渗透融合。在大科学时代,科学发现与发明、产业技术创新,也越来越离不开大科学装置的支持。`
+ }
+ },
+ {
+ type: 'form',
+ forms: [
+ {
+ type: 'upload',
+ prop: 'pic',
+ label: '图片',
+ required: true
+ },
+ {
+ type: 'input',
+ prop: 'title',
+ label: '标题',
+ required: true
+ },
+ {
+ type: 'textarea',
+ prop: 'des',
+ label: '描述'
+ }
+ ],
+ form: {
+ pic: 'http://10.10.11.7/images/industrial/3.png',
+ title: '建成具有全球影响力的科技和产业创新高地',
+ des: `制造业是国民经济的“压舱石”,也是我国高质量发展的“顶梁柱”。粤港澳大湾区产业体系完备、创新要素集聚,科技研发与产业转化能力突出,互补性强,正着力构建具有国际竞争力的现代化产业体系。
+
+ 深圳把握全球新一轮科技革命和产业变革趋势,衔接广东省“10+10”战略新兴产业集群规划,出台深圳发展壮大“20+8”产业集群计划,提出发展以先进制造业为主体的20个战略性新兴产业集群,前瞻布局8大未来产业。`
+ }
+ },
+ {
+ type: 'form',
+ forms: [
+ {
+ type: 'input',
+ prop: 'title',
+ label: '标题',
+ required: true
+ },
+ {
+ type: 'textarea',
+ prop: 'des',
+ label: '概述',
+ required: true
+ }
+ ],
+ form: {
+ title: '产业用户需求调研计划',
+ des: `支撑大湾区综合性国家科学中心建设的公益性科研事业单位`
+ }
+ },
+ {
+ type: 'form',
+ forms: [
+ {
+ type: 'upload',
+ prop: 'pic',
+ label: '图片',
+ required: true
+ },
+ {
+ type: 'input',
+ prop: 'title',
+ label: '标题',
+ required: true
+ },
+ {
+ type: 'link',
+ prop: 'link',
+ label: '链接'
+ },
+ {
+ type: 'textarea',
+ prop: 'des',
+ label: '描述'
+ }
+ ],
+ form: {
+ pic: 'http://10.10.11.7/images/home/2.png',
+ title: '深圳产业光源',
+ link: {
+ linkName: '无',
+ connectionType: 1,
+ columnId: [],
+ articleId: '',
+ linkAddress : '',
+ site: '',
+ otherColumnId: [],
+ otherArticleId: '',
+ isOpen: 1
+ },
+ des: `深圳产业光源以大湾区战略性新兴产业发展需求为牵引、以核心关键技术攻关为导向,明确定位为产业光源,是国内首个专注于服务产业创新和经济发展的第四代同步辐射光源。我们将“深入产业第一线“,实际了解用户痛点,收集“卡脖子”问题症结,将产业发展面临的实际问题凝炼成具体的科学问题,寻找并制定解决方法,以“4R理念”形成对真实样品和真实的制备条件在真实环境下进行的实时测量的应用场景终极服务方案,为产业线站建设提前布局。`
+ }
+ },
+ {
+ type: 'form',
+ forms: [
+ {
+ type: 'upload',
+ prop: 'pic',
+ label: '图片',
+ required: true
+ },
+ {
+ type: 'input',
+ prop: 'title',
+ label: '标题',
+ required: true
+ },
+ {
+ type: 'link',
+ prop: 'link',
+ label: '链接'
+ },
+ {
+ type: 'textarea',
+ prop: 'des',
+ label: '描述'
+ }
+ ],
+ form: {
+ pic: 'http://10.10.11.7/images/home/3.png',
+ title: '深圳自由电子激光 ',
+ link: {
+ linkName: '无',
+ connectionType: 1,
+ columnId: [],
+ articleId: '',
+ linkAddress : '',
+ site: '',
+ otherColumnId: [],
+ otherArticleId: '',
+ isOpen: 1
+ },
+ des: `深圳自由电子激光装置聚焦国家重大需求、国际科学前沿和地区产业引领的战略目标进行布局的关键,聚焦关键核心“卡脖子”技术背后前沿科学基础问题,努力实现深圳战略性新兴产业技术瓶颈及其相关根源性科学问题的重大突破。我们将以“产业/应用/科研需求”为导向,进一步深入挖掘产业(企业)、科研院所、高校用户的“用光”需求,继续深入优化装置设计,服务。`
+ }
+ },
+ ],
}
\ No newline at end of file
diff --git a/src/pages/column/page/industrial.vue b/src/pages/column/page/industrial.vue
new file mode 100644
index 0000000..a4dfc3f
--- /dev/null
+++ b/src/pages/column/page/industrial.vue
@@ -0,0 +1,214 @@
+
+ 页面设置/产业应用 {{ modules[3].form.des }} 页面设置/关于IASF-使命愿景价值观{{ modules[1].form.title }}
+ {{ modules[1].form.subTitle }}
+ {{ modules[2].form.subTitle }}
+
+ {{ modules[3].form.title }}
+
+
+ {{ modules[4].form.title }}
+
+
+ {{ modules[5].form.title }}
+
+
+ {{ modules[1].form.title }}
+ {{ modules[2].form.title }}
+ {{ modules[3].form.title }}
+
+
+
+ {{ item.title }}
+
+
页面设置/关于IASF-组织架构
+2022.10.10
+2022.10.10
+2022.10.10
+