diff --git a/src/components/common/Sidebar.vue b/src/components/common/Sidebar.vue index a487b98..1545bfe 100644 --- a/src/components/common/Sidebar.vue +++ b/src/components/common/Sidebar.vue @@ -343,12 +343,12 @@ // title: this.$t('sidebar.userManSys8') // }, { - title: this.$t('sidebar.userManSys8'), - index: '46', - subs: [{ - index: 'Academic_Integrity_Committee_list', - title: 'List' - }] + index: 'Academic_Integrity_Committee_list', + title: this.$t('sidebar.userManSys8'), + }, + { + index: 'Editors_Staff', + title: this.$t('sidebar.userManSys9'), }, { index: 'partyDelete', diff --git a/src/components/common/langs/en.js b/src/components/common/langs/en.js index 75ca84b..7e00464 100644 --- a/src/components/common/langs/en.js +++ b/src/components/common/langs/en.js @@ -90,6 +90,7 @@ const en = { userManSys6: 'Promotion Record', userManSys7: 'Blacklist', userManSys8: 'Academic Integrity Committee', + userManSys9: 'Editors & Staff', analyp: 'Manager', analysis: 'Journal Evaluation System', rev_ewer: 'Reviewer', diff --git a/src/components/common/langs/zh.js b/src/components/common/langs/zh.js index 91dbf3a..c0221d2 100644 --- a/src/components/common/langs/zh.js +++ b/src/components/common/langs/zh.js @@ -89,6 +89,7 @@ const zh = { userManSys6: '推广', userManSys7: '黑名单', userManSys8: '期刊委员会', + userManSys9: '期刊编辑', analyp: '管理', analysis: '引用统计', rev_ewer: '审稿人', diff --git a/src/components/page/Editor_For_Major.vue b/src/components/page/Editor_For_Major.vue new file mode 100644 index 0000000..6bc7fc8 --- /dev/null +++ b/src/components/page/Editor_For_Major.vue @@ -0,0 +1,567 @@ + + + + + + Editors & Staff List + + + + + + Journal : + + + + + + + + Add new Editors & Staff + + + + + + + + Realname: {{scope.row.realname}} + + + Account: {{scope.row.account}} + + + Email: {{scope.row.email}} + + + + + + + + + + + + + + + + + + + + + Detail + + + + + Delete + + + + + + + + + + + + + + + Check + + Note: The new Editors & Staff must be a registered user. + Click register. + + + + + + {{addForm.account}} + + + {{addForm.email}} + + + {{addForm.realname}} + + + + + + + + + + Cancel + OK + + + + + + + + + + + + + Cancel + OK + + + + + + + + + diff --git a/src/router/index.js b/src/router/index.js index 4417f34..5031f28 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -950,6 +950,14 @@ export default new Router({ title: 'Academic Integrity Committee' } }, + { + name:'Editors-Staff', + path: '/Editors_Staff', // 期刊编辑人员列表 + component: () => import('../components/page/Editor_For_Major'), + meta: { + title: 'Editors & Staff' + } + }, { path: '/404', component: () => import( /* webpackChunkName: "404" */
+ Realname: {{scope.row.realname}} +
+ Account: {{scope.row.account}} +
+ Email: {{scope.row.email}} +
+ Note: The new Editors & Staff must be a registered user. + Click register. +