diff --git a/src/assets/images/mine.png b/src/assets/images/mine.png new file mode 100644 index 0000000..439b142 Binary files /dev/null and b/src/assets/images/mine.png differ diff --git a/src/assets/images/online.png b/src/assets/images/online.png new file mode 100644 index 0000000..e7c53e7 Binary files /dev/null and b/src/assets/images/online.png differ diff --git a/src/assets/images/sfel/1.png b/src/assets/images/sfel/1.png new file mode 100644 index 0000000..796a12b Binary files /dev/null and b/src/assets/images/sfel/1.png differ diff --git a/src/assets/images/sfel/2.png b/src/assets/images/sfel/2.png new file mode 100644 index 0000000..fed40d8 Binary files /dev/null and b/src/assets/images/sfel/2.png differ diff --git a/src/assets/images/sfel/3.png b/src/assets/images/sfel/3.png new file mode 100644 index 0000000..3362d31 Binary files /dev/null and b/src/assets/images/sfel/3.png differ diff --git a/src/assets/images/sfel/4.png b/src/assets/images/sfel/4.png new file mode 100644 index 0000000..53ddf01 Binary files /dev/null and b/src/assets/images/sfel/4.png differ diff --git a/src/assets/images/sfel/5.png b/src/assets/images/sfel/5.png new file mode 100644 index 0000000..a94926a Binary files /dev/null and b/src/assets/images/sfel/5.png differ diff --git a/src/assets/images/sfel/6.png b/src/assets/images/sfel/6.png new file mode 100644 index 0000000..7f9ee23 Binary files /dev/null and b/src/assets/images/sfel/6.png differ diff --git a/src/assets/images/sfel/7.png b/src/assets/images/sfel/7.png new file mode 100644 index 0000000..1116a01 Binary files /dev/null and b/src/assets/images/sfel/7.png differ diff --git a/src/assets/images/sfel/8.png b/src/assets/images/sfel/8.png new file mode 100644 index 0000000..bee9a4a Binary files /dev/null and b/src/assets/images/sfel/8.png differ diff --git a/src/assets/images/sfel/9.png b/src/assets/images/sfel/9.png new file mode 100644 index 0000000..c6f1a7c Binary files /dev/null and b/src/assets/images/sfel/9.png differ diff --git a/src/assets/images/survey3.png b/src/assets/images/survey3.png new file mode 100644 index 0000000..f8cb66e Binary files /dev/null and b/src/assets/images/survey3.png differ diff --git a/src/assets/images/talent-bg.png b/src/assets/images/talent-bg.png new file mode 100644 index 0000000..edfa072 Binary files /dev/null and b/src/assets/images/talent-bg.png differ diff --git a/src/assets/images/time.png b/src/assets/images/time.png new file mode 100644 index 0000000..6af4db1 Binary files /dev/null and b/src/assets/images/time.png differ diff --git a/src/const/modules.js b/src/const/modules.js index d87a2f3..d7cc0fc 100644 --- a/src/const/modules.js +++ b/src/const/modules.js @@ -4546,65 +4546,94 @@ export default { ] }, { - type: 'columns', + type: 'form', + forms: [ + { + type: 'input', + prop: 'title', + label: '标题', + required: true + }, + { + type: 'input', + prop: 'subTitle', + label: '小标题' + } + ], + form: { + title: '新闻动态', + subTitle: 'NEWS CENTER' + } + }, + { + type: 'column', form: { - columnName: '', site: '', column: '', articleNum: '', columnTitle: 1, columnTitleCustom: '' - }, - list: [ - { - columnName: 'General news', - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - }, - { - columnName: 'Research news', - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - }, + } + }, + { + type: 'form', + forms: [ { - columnName: 'General news', - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' + type: 'input', + prop: 'title', + label: '标题', + required: true }, { - columnName: 'General news', - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - }, + type: 'input', + prop: 'subTitle', + label: '小标题' + } + ], + form: { + title: '通知公告', + subTitle: ' ANNOUNCEMENTS' + } + }, + { + type: 'column', + form: { + site: '', + column: '', + articleNum: '', + columnTitle: 1, + columnTitleCustom: '' + } + }, + { + type: 'form', + forms: [ { - columnName: 'Research news', - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' + type: 'input', + prop: 'title', + label: '标题', + required: true }, { - columnName: 'Journal covers', - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - }, - ] + type: 'input', + prop: 'subTitle', + label: '小标题' + } + ], + form: { + title: '学术活动', + subTitle: ' ACADEMIC ACTIVITIES' + } + }, + { + type: 'column', + form: { + site: '', + column: '', + articleNum: '', + columnTitle: 1, + columnTitleCustom: '' + } }, { type: 'form', @@ -4616,14 +4645,14 @@ export default { required: true }, { - type: 'textarea', - prop: 'des', - label: '概述' + type: 'input', + prop: 'subTitle', + label: '小标题' } ], form: { - title: 'Seminars & Workshops', - des: 'What makes a ligh chinese bay chaser' + title: '媒体采风', + subTitle: ' MEDIA COVERAGE' } }, { @@ -4645,15 +4674,134 @@ export default { label: '标题', required: true }, + { + type: 'input', + prop: 'subTitle', + label: '小标题' + } + ], + form: { + title: '出版物', + subTitle: ' PUBLICATIONS' + } + }, + { + type: 'forms', + 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: '概述' + label: '描述' } ], form: { - title: 'Conference', - des: 'What makes a ligh chinese bay chaser' + pic: '', + title: '', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress : '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + des: '' + }, + list: [ + { + pic: 'http://10.10.11.7/images/research/12.png', + title: '这里是标题一句话标题', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress : '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + des: 'Online single-shot characterization of ultrafast pulses from high-gain free-electron lasers, Li Zeng,Chao Feng,Duan Gu,Xiaofan Wang,Kaiqing Zhang,Bo Liu,Zhentang Zhao,Fundamental Research', + }, + { + pic: 'http://10.10.11.7/images/research/13.png', + title: '这里是标题一句话标题', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress : '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + des: `产生超快水窗波段X射线的ESASE方案模拟 + 涂凌君 ,冯超 ,王晓凡 , 赵振堂 , + 强激光与粒子束, + 2022, 34(3):031019 + `, + }, + { + pic: 'http://10.10.11.7/images/research/14.png', + title: '这里是标题一句话标题', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress : '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + des: `多层膜元件热应力分析方法、系统和终端设备,申请(专利)号:CN202111530134.0, + 申请日:2021-12-14,申请公布号:CN114239355A,申请人:深圳综合粒子设施研究院,发明人:徐中民 + ` + }, + ] + }, + { + type: 'form', + forms: [ + { + type: 'input', + prop: 'title', + label: '标题', + required: true + }, + { + type: 'input', + prop: 'subTitle', + label: '小标题' + } + ], + form: { + title: '工程进展', + subTitle: 'PRROJECT PROGRESS' } }, { @@ -4662,7 +4810,6 @@ export default { site: '', column: '', articleNum: '', - articleNumOpt: 8, columnTitle: 1, columnTitleCustom: '' } diff --git a/src/pages/column/page/sfel.vue b/src/pages/column/page/sfel.vue index e7556b3..1db7f3b 100644 --- a/src/pages/column/page/sfel.vue +++ b/src/pages/column/page/sfel.vue @@ -23,38 +23,52 @@