|
@@ -79,7 +79,7 @@ export default [
|
|
|
path: '/file',
|
|
|
name: 'file',
|
|
|
redirect: '/file/collection',
|
|
|
- meta: { title: '文件收集' },
|
|
|
+ meta: { title: '资料收集' },
|
|
|
component: Layout,
|
|
|
children: [
|
|
|
{
|
|
@@ -103,165 +103,144 @@ export default [
|
|
|
meta: { title: '档案管理' },
|
|
|
component: Layout,
|
|
|
children: [
|
|
|
- {
|
|
|
- path: '/archives/bookmark',
|
|
|
- name: 'archives-bookmark',
|
|
|
- meta: { title: '档案著录' },
|
|
|
- component: () => import('~src/views/archives/bookmark.vue'),
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
path: '/archives/rolling',
|
|
|
name: 'archives-rolling',
|
|
|
- meta: { title: '自动立卷' },
|
|
|
- component: () => import('~src/views/archives/rolling.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/archives/appraisal',
|
|
|
- name: 'archives-appraisal',
|
|
|
- meta: { title: '档案鉴定' },
|
|
|
- component: () => import('~src/views/archives/appraisal.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/archives/meta-data',
|
|
|
- name: 'archives-meta-data',
|
|
|
- meta: { title: '元数据' },
|
|
|
- component: () => import('~src/views/archives/meta-data.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/archives/tuning',
|
|
|
- name: 'archives-tuning',
|
|
|
- meta: { title: '档案调整' },
|
|
|
- component: () => import('~src/views/archives/tuning.vue'),
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/custody',
|
|
|
- name: 'custody',
|
|
|
- redirect: '/custody/backup',
|
|
|
- meta: { title: '档案保管' },
|
|
|
- component: Layout,
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/custody/backup',
|
|
|
- name: 'custody-backup',
|
|
|
- meta: { title: '存储备份' },
|
|
|
- component: () => import('~src/views/custody/backup.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/custody/early',
|
|
|
- name: 'custody-early',
|
|
|
- meta: { title: '档案预警' },
|
|
|
- component: () => import('~src/views/custody/early.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/custody/early-admin',
|
|
|
- name: 'custody-early-admin',
|
|
|
- meta: { title: '档案预警' },
|
|
|
- component: () => import('~src/views/custody/early-admin.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/custody/testing',
|
|
|
- name: 'custody-testing',
|
|
|
- meta: { title: '四性检测' },
|
|
|
- component: () => import('~src/views/custody/testing.vue'),
|
|
|
+ meta: { title: '组卷管理' },
|
|
|
+ redirect: '/archives/rolling/bookmark',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/archives/rolling/bookmark',
|
|
|
+ name: 'archives-rolling-bookmark',
|
|
|
+ meta: { title: '档案著录' },
|
|
|
+ component: () => import('~src/views/archives/rolling/bookmark.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/archives/rolling/rolling',
|
|
|
+ name: 'archives-rolling-rolling',
|
|
|
+ meta: { title: '档案组卷' },
|
|
|
+ component: () => import('~src/views/archives/rolling/rolling.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/archives/rolling/parameter',
|
|
|
+ name: 'archives-rolling-parameter',
|
|
|
+ meta: { title: '组卷设置' },
|
|
|
+ component: () => import('~src/views/archives/rolling/parameter.vue'),
|
|
|
+ },
|
|
|
+
|
|
|
+ ],
|
|
|
},
|
|
|
{
|
|
|
- path: '/custody/save',
|
|
|
- name: 'custody-save',
|
|
|
- meta: { title: '案卷保管' },
|
|
|
- component: () => import('~src/views/custody/save.vue'),
|
|
|
+ path: '/archives/manage',
|
|
|
+ name: 'archives-manage',
|
|
|
+ meta: { title: '案卷管理' },
|
|
|
+ redirect: '/archives/manage/query',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/archives/manage/query',
|
|
|
+ name: 'archives-manage-query',
|
|
|
+ meta: { title: '档案查询' },
|
|
|
+ component: () => import('~src/views/archives/manage/query.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/archives/manage/inspects',
|
|
|
+ name: 'archives-manage-inspects',
|
|
|
+ meta: { title: '档案巡检' },
|
|
|
+ component: () => import('~src/views/archives/manage/inspects.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/archives/manage/early',
|
|
|
+ name: 'archives-manage-early',
|
|
|
+ meta: { title: '档案预警' },
|
|
|
+ component: () => import('~src/views/archives/manage/early.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/archives/manage/tuning',
|
|
|
+ name: 'archives-manage-tuning',
|
|
|
+ meta: { title: '档案调整' },
|
|
|
+ component: () => import('~src/views/archives/manage/tuning.vue'),
|
|
|
+ },
|
|
|
+
|
|
|
+ ],
|
|
|
},
|
|
|
{
|
|
|
- path: '/custody/ledger',
|
|
|
- name: 'custody-ledger',
|
|
|
- meta: { title: '保管台账' },
|
|
|
- component: () => import('~src/views/custody/ledger.vue'),
|
|
|
+ path: '/archives/test',
|
|
|
+ name: 'archives-test',
|
|
|
+ meta: { title: '档案检测' },
|
|
|
+ redirect: '/archives/test/testing',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/archives/test/testing',
|
|
|
+ name: 'archives-test-testing',
|
|
|
+ meta: { title: '四性检测' },
|
|
|
+ component: () => import('~src/views/archives/test/testing.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/archives/test/meta-data',
|
|
|
+ name: 'archives-test-meta-data',
|
|
|
+ meta: { title: '元数据' },
|
|
|
+ component: () => import('~src/views/archives/test/meta-data.vue'),
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+ ],
|
|
|
},
|
|
|
+
|
|
|
+ // {
|
|
|
+ // path: '/archives/appraisal',
|
|
|
+ // name: 'archives-appraisal',
|
|
|
+ // meta: { title: '档案鉴定' },
|
|
|
+ // component: () => import('~src/views/archives/appraisal.vue'),
|
|
|
+ // },
|
|
|
+
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- path: '/using',
|
|
|
- name: 'using',
|
|
|
- redirect: '/using/stats',
|
|
|
- meta: { title: '档案利用' },
|
|
|
+ path: '/statistics',
|
|
|
+ name: 'statistics',
|
|
|
+ redirect: '/statistics/stats',
|
|
|
+ meta: { title: '档案统计' },
|
|
|
component: Layout,
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/using/stats',
|
|
|
- name: 'using-stats',
|
|
|
+ path: '/statistics/stats',
|
|
|
+ name: 'statistics-stats',
|
|
|
meta: { title: '档案统计' },
|
|
|
- component: () => import('~src/views/using/stats.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/using/bim',
|
|
|
- name: 'using-bim',
|
|
|
- meta: { title: 'BIM查询' },
|
|
|
- component: () => import('~src/views/using/bim.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/using/query',
|
|
|
- name: 'using-query',
|
|
|
- meta: { title: '档案查询' },
|
|
|
- component: () => import('~src/views/using/query.vue'),
|
|
|
+ component: () => import('~src/views/statistics/stats.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/using/borrow',
|
|
|
- name: 'using-borrow',
|
|
|
- meta: { title: '档案借阅' },
|
|
|
- redirect: '/using/borrow',
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/using/borrow/borrow',
|
|
|
- name: 'using-borrow-borrow',
|
|
|
- meta: { title: '档案借阅' },
|
|
|
- component: () => import('~src/views/using/borrow/borrow.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/using/borrow/query',
|
|
|
- name: 'using-borrow-query',
|
|
|
- meta: { title: '借阅查询' },
|
|
|
- component: () => import('~src/views/using/borrow/query.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/using/borrow-ledger',
|
|
|
- name: 'using-borrow-ledger',
|
|
|
- meta: { title: '借阅台账' },
|
|
|
- component: () => import('~src/views/using/borrow/ledger.vue'),
|
|
|
- },
|
|
|
- ],
|
|
|
+ path: '/statistics/datav',
|
|
|
+ name: 'statistics-datav',
|
|
|
+ meta: { title: '数据看板' },
|
|
|
+ component: () => import('~src/views/statistics/datav.vue'),
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
path: '/transfer',
|
|
|
name: 'transfer',
|
|
|
- redirect: '/transfer/inspects',
|
|
|
+ redirect: '/transfer/initial',
|
|
|
meta: { title: '档案移交' },
|
|
|
component: Layout,
|
|
|
children: [
|
|
|
{
|
|
|
path: '/transfer/hand-over',
|
|
|
name: 'transfer-hand-over',
|
|
|
- meta: { title: '档案移交' },
|
|
|
+ meta: { title: '在线移交' },
|
|
|
component: () => import('~src/views/transfer/hand-over.vue'),
|
|
|
},
|
|
|
- {
|
|
|
- path: '/transfer/inspects',
|
|
|
- name: 'transfer-inspects',
|
|
|
- meta: { title: '档案巡检' },
|
|
|
- component: () => import('~src/views/transfer/inspects.vue'),
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
path: '/transfer/initial',
|
|
|
name: 'transfer-initial',
|
|
|
- meta: { title: '档案初验' },
|
|
|
+ meta: { title: '验收申请' },
|
|
|
component: () => import('~src/views/transfer/initial.vue'),
|
|
|
},
|
|
|
{
|
|
|
path: '/transfer/initial-expert',
|
|
|
name: 'transfer-initial-expert',
|
|
|
- meta: { title: '档案初验(专家)' },
|
|
|
+ meta: { title: '在线验收' },
|
|
|
component: () => import('~src/views/transfer/initial-expert.vue'),
|
|
|
},
|
|
|
{
|
|
@@ -302,6 +281,118 @@ export default [
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/custody',
|
|
|
+ name: 'custody',
|
|
|
+ redirect: '/custody/backup',
|
|
|
+ meta: { title: '档案保管' },
|
|
|
+ component: Layout,
|
|
|
+ children: [
|
|
|
+ // {
|
|
|
+ // path: '/custody/backup',
|
|
|
+ // name: 'custody-backup',
|
|
|
+ // meta: { title: '存储备份' },
|
|
|
+ // component: () => import('~src/views/custody/backup.vue'),
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/custody/early',
|
|
|
+ // name: 'custody-early',
|
|
|
+ // meta: { title: '档案预警' },
|
|
|
+ // component: () => import('~src/views/custody/early.vue'),
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/custody/early-admin',
|
|
|
+ // name: 'custody-early-admin',
|
|
|
+ // meta: { title: '档案预警' },
|
|
|
+ // component: () => import('~src/views/custody/early-admin.vue'),
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/custody/testing',
|
|
|
+ // name: 'custody-testing',
|
|
|
+ // meta: { title: '四性检测' },
|
|
|
+ // component: () => import('~src/views/custody/testing.vue'),
|
|
|
+ // },
|
|
|
+ {
|
|
|
+ path: '/custody/save',
|
|
|
+ name: 'custody-save',
|
|
|
+ meta: { title: '案卷保管' },
|
|
|
+ component: () => import('~src/views/custody/save.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/custody/appraisal',
|
|
|
+ name: 'custody-appraisal',
|
|
|
+ meta: { title: '档案鉴定' },
|
|
|
+ component: () => import('~src/views/custody/appraisal.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/custody/ledger',
|
|
|
+ name: 'custody-ledger',
|
|
|
+ meta: { title: '保管台账' },
|
|
|
+ component: () => import('~src/views/custody/ledger.vue'),
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/using',
|
|
|
+ name: 'using',
|
|
|
+ redirect: '/using/borrow',
|
|
|
+ meta: { title: '档案利用' },
|
|
|
+ component: Layout,
|
|
|
+ children: [
|
|
|
+ // {
|
|
|
+ // path: '/using/stats',
|
|
|
+ // name: 'using-stats',
|
|
|
+ // meta: { title: '档案统计' },
|
|
|
+ // component: () => import('~src/views/using/stats.vue'),
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/using/bim',
|
|
|
+ // name: 'using-bim',
|
|
|
+ // meta: { title: 'BIM查询' },
|
|
|
+ // component: () => import('~src/views/using/bim.vue'),
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/using/query',
|
|
|
+ // name: 'using-query',
|
|
|
+ // meta: { title: '档案查询' },
|
|
|
+ // component: () => import('~src/views/using/query.vue'),
|
|
|
+ // },
|
|
|
+ {
|
|
|
+ path: '/using/borrow',
|
|
|
+ name: 'using-borrow',
|
|
|
+ meta: { title: '档案借阅' },
|
|
|
+ redirect: '/using/borrow',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/using/borrow/borrow',
|
|
|
+ name: 'using-borrow-borrow',
|
|
|
+ meta: { title: '档案借阅' },
|
|
|
+ component: () => import('~src/views/using/borrow/borrow.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/using/borrow/query',
|
|
|
+ name: 'using-borrow-query',
|
|
|
+ meta: { title: '借阅查询' },
|
|
|
+ component: () => import('~src/views/using/borrow/query.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/using/borrow/ledger',
|
|
|
+ name: 'using-borrow-ledger',
|
|
|
+ meta: { title: '借阅台账' },
|
|
|
+ component: () => import('~src/views/using/borrow/ledger.vue'),
|
|
|
+ },
|
|
|
+
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/using/backup',
|
|
|
+ name: 'using-backup',
|
|
|
+ meta: { title: '存储备份' },
|
|
|
+ component: () => import('~src/views/using/backup.vue'),
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+
|
|
|
{
|
|
|
path: '/tasks',
|
|
|
name: 'tasks',
|
|
@@ -354,12 +445,12 @@ export default [
|
|
|
meta: { title: '认证管理' },
|
|
|
component: () => import('~src/views/config/certified.vue'),
|
|
|
},
|
|
|
- {
|
|
|
- path: '/config/parameter',
|
|
|
- name: 'config-parameter',
|
|
|
- meta: { title: '参数设置' },
|
|
|
- component: () => import('~src/views/config/parameter.vue'),
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/config/parameter',
|
|
|
+ // name: 'config-parameter',
|
|
|
+ // meta: { title: '参数设置' },
|
|
|
+ // component: () => import('~src/views/config/parameter.vue'),
|
|
|
+ // },
|
|
|
],
|
|
|
},
|
|
|
{
|