|
@@ -52,150 +52,307 @@ export default [
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- path: '/data-fill',
|
|
|
- name: 'data-fill',
|
|
|
+ path: '/quality-control',
|
|
|
+ name: 'qualityControl',
|
|
|
redirect: '/data-fill/wbs',
|
|
|
- meta: { title: '资料管理' },
|
|
|
+ meta: { title: '质量管理' },
|
|
|
component: Layout,
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/data-fill/wbs',
|
|
|
- name: 'data-fill-wbs',
|
|
|
- meta: { title: '资料填报' },
|
|
|
- component: () => import('~src/views/data-fill/wbs.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/data-fill/query',
|
|
|
- name: 'data-query',
|
|
|
- meta: { title: '资料查询' },
|
|
|
- component: () => import('~src/views/data-fill/query.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/data-fill/division',
|
|
|
- name: 'data-division',
|
|
|
- meta: { title: '系统分部分项划分' },
|
|
|
- component: () => import('~src/views/data-fill/division.vue'),
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/ledger',
|
|
|
- name: 'ledger',
|
|
|
- redirect: '/ledger/query',
|
|
|
- meta: { title: '台账日志' },
|
|
|
- component: Layout,
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/ledger/query',
|
|
|
- name: 'ledger-write',
|
|
|
- meta: { title: '日志填报' },
|
|
|
- component: () => import('~src/views/ledger/query.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/ledger/write',
|
|
|
- name: 'ledger-query',
|
|
|
- meta: { title: '台账管理' },
|
|
|
- component: () => import('~src/views/ledger/write.vue'),
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/schedule',
|
|
|
- name: 'schedule',
|
|
|
- redirect: '/schedule/write',
|
|
|
- meta: { title: '进度查询' },
|
|
|
- component: Layout,
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/schedule/write',
|
|
|
- name: 'schedule-internal',
|
|
|
- meta: { title: '内外业进度' },
|
|
|
- component: () => import('~src/views/schedule/write.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/schedule/data',
|
|
|
- name: 'schedule-data',
|
|
|
- meta: { title: '资料进度' },
|
|
|
- component: () => import('~src/views/schedule/hc-data.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/schedule/table',
|
|
|
- name: 'schedule-table',
|
|
|
- meta: { title: 'WBS节点进度' },
|
|
|
- component: () => import('~src/views/schedule/hc-table.vue'),
|
|
|
+ path: '/data-fill',
|
|
|
+ name: 'data-fill',
|
|
|
+ redirect: '/data-fill/wbs',
|
|
|
+ meta: { title: '资料管理' },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/data-fill/wbs',
|
|
|
+ name: 'data-fill-wbs',
|
|
|
+ meta: { title: '资料填报' },
|
|
|
+ component: () => import('~src/views/data-fill/wbs.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/data-fill/query',
|
|
|
+ name: 'data-query',
|
|
|
+ meta: { title: '资料查询' },
|
|
|
+ component: () => import('~src/views/data-fill/query.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/data-fill/division',
|
|
|
+ name: 'data-division',
|
|
|
+ meta: { title: '系统分部分项划分' },
|
|
|
+ component: () => import('~src/views/data-fill/division.vue'),
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/ledger',
|
|
|
+ name: 'ledger',
|
|
|
+ redirect: '/ledger/query',
|
|
|
+ meta: { title: '台账日志' },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/ledger/query',
|
|
|
+ name: 'ledger-write',
|
|
|
+ meta: { title: '日志填报' },
|
|
|
+ component: () => import('~src/views/ledger/query.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/ledger/write',
|
|
|
+ name: 'ledger-query',
|
|
|
+ meta: { title: '台账管理' },
|
|
|
+ component: () => import('~src/views/ledger/write.vue'),
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/schedule',
|
|
|
+ name: 'schedule',
|
|
|
+ redirect: '/schedule/write',
|
|
|
+ meta: { title: '进度查询' },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/schedule/write',
|
|
|
+ name: 'schedule-internal',
|
|
|
+ meta: { title: '内外业进度' },
|
|
|
+ component: () => import('~src/views/schedule/write.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/schedule/data',
|
|
|
+ name: 'schedule-data',
|
|
|
+ meta: { title: '资料进度' },
|
|
|
+ component: () => import('~src/views/schedule/hc-data.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/schedule/table',
|
|
|
+ name: 'schedule-table',
|
|
|
+ meta: { title: 'WBS节点进度' },
|
|
|
+ component: () => import('~src/views/schedule/hc-table.vue'),
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/other-file',
|
|
|
+ name: 'other-file',
|
|
|
+ redirect: '/other-file/image-data',
|
|
|
+ meta: { title: '其他文件' },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/other-file/image-data',
|
|
|
+ name: 'image-data',
|
|
|
+ meta: { title: '影像资料' },
|
|
|
+ component: () => import('~src/views/other-file/image-data.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/other-file/image-view',
|
|
|
+ name: 'other-file-view',
|
|
|
+ meta: { title: '查看影像资料' },
|
|
|
+ component: () => import('~src/views/other-file/image-view.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/other-file/image-form',
|
|
|
+ name: 'other-file-form',
|
|
|
+ meta: { title: '影像资料上传' },
|
|
|
+ component: () => import('~src/views/other-file/image-form.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/other-file/project-scanning',
|
|
|
+ name: 'project-scanning',
|
|
|
+ meta: { title: '工程文件扫描、上传' },
|
|
|
+ component: () => import('~src/views/other-file/project-scanning.vue'),
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/gauge',
|
|
|
+ name: 'gauge-base',
|
|
|
+ redirect: '/gauge/station',
|
|
|
+ meta: { title: '综合管理' },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/gauge/testdata',
|
|
|
+ name: 'gauge-testdata',
|
|
|
+ meta: { title: '试验数据' },
|
|
|
+ component: () => import('~src/views/gauge/testdata.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/gauge/station',
|
|
|
+ name: 'gauge-station',
|
|
|
+ meta: { title: '测站点' },
|
|
|
+ component: () => import('~src/views/gauge/station.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/gauge/bezier',
|
|
|
+ name: 'gauge-bezier',
|
|
|
+ meta: { title: '平曲线' },
|
|
|
+ component: () => import('~src/views/gauge/bezier.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/other/first-item',
|
|
|
+ name: 'other-first-item',
|
|
|
+ meta: { title: '首件工程' },
|
|
|
+ component: () => import('~src/views/other/first-item.vue'),
|
|
|
+ },
|
|
|
+ ],
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- path: '/other-file',
|
|
|
- name: 'other-file',
|
|
|
- redirect: '/other-file/image-data',
|
|
|
- meta: { title: '其他文件' },
|
|
|
+ path: '/tentative',
|
|
|
+ name: 'tentative-menu',
|
|
|
+ redirect: '/tentative/material',
|
|
|
+ meta: { title: '试验管理' },
|
|
|
component: Layout,
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/other-file/image-data',
|
|
|
- name: 'image-data',
|
|
|
- meta: { title: '影像资料' },
|
|
|
- component: () => import('~src/views/other-file/image-data.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/other-file/image-view',
|
|
|
- name: 'other-file-view',
|
|
|
- meta: { title: '查看影像资料' },
|
|
|
- component: () => import('~src/views/other-file/image-view.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/other-file/image-form',
|
|
|
- name: 'other-file-form',
|
|
|
- meta: { title: '影像资料上传' },
|
|
|
- component: () => import('~src/views/other-file/image-form.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/other-file/project-scanning',
|
|
|
- name: 'project-scanning',
|
|
|
- meta: { title: '工程文件扫描、上传' },
|
|
|
- component: () => import('~src/views/other-file/project-scanning.vue'),
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/gauge',
|
|
|
- name: 'gauge-base',
|
|
|
- redirect: '/gauge/station',
|
|
|
- meta: { title: '综合管理' },
|
|
|
- component: Layout,
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/gauge/testdata',
|
|
|
- name: 'gauge-testdata',
|
|
|
- meta: { title: '试验数据' },
|
|
|
- component: () => import('~src/views/gauge/testdata.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/gauge/station',
|
|
|
- name: 'gauge-station',
|
|
|
- meta: { title: '测站点' },
|
|
|
- component: () => import('~src/views/gauge/station.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/gauge/bezier',
|
|
|
- name: 'gauge-bezier',
|
|
|
- meta: { title: '平曲线' },
|
|
|
- component: () => import('~src/views/gauge/bezier.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/other/first-item',
|
|
|
- name: 'other-first-item',
|
|
|
- meta: { title: '首件工程' },
|
|
|
- component: () => import('~src/views/other/first-item.vue'),
|
|
|
+ path: '/tentative/material',
|
|
|
+ name: 'tentative-material',
|
|
|
+ redirect: '/tentative/material/approach',
|
|
|
+ meta: { title: '材料管理' },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/tentative/material/approach',
|
|
|
+ name: 'tentative-material-approach',
|
|
|
+ meta: { title: '材料进场' },
|
|
|
+ component: () => import('~src/views/tentative/material/approach.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/tentative/material/sampling',
|
|
|
+ name: 'tentative-material-sampling',
|
|
|
+ meta: { title: '材料取样' },
|
|
|
+ component: () => import('~src/views/tentative/material/sampling.vue'),
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/tentative/detect',
|
|
|
+ name: 'tentative-detect',
|
|
|
+ redirect: '/tentative/detect/approach',
|
|
|
+ meta: { title: '试验检测' },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/tentative/detect/third',
|
|
|
+ name: 'tentative-detect-third',
|
|
|
+ meta: { title: '外委检测' },
|
|
|
+ component: () => import('~src/views/tentative/detect/third.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/tentative/detect/outside',
|
|
|
+ name: 'tentative-detect-outside',
|
|
|
+ meta: { title: '第三方检测' },
|
|
|
+ component: () => import('~src/views/tentative/detect/outside.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/tentative/detect/test',
|
|
|
+ name: 'tentative-detect-test',
|
|
|
+ meta: { title: '试验检测' },
|
|
|
+ component: () => import('~src/views/tentative/detect/test.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/tentative/detect/test-form',
|
|
|
+ name: 'tentative-detect-test-form',
|
|
|
+ meta: { title: '试验检测表单' },
|
|
|
+ component: () => import('~src/views/tentative/detect/test-form.vue'),
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/tentative/collect',
|
|
|
+ name: 'tentative-collect',
|
|
|
+ redirect: '/tentative/collect/approach',
|
|
|
+ meta: { title: '汇总管理' },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/tentative/collect/test',
|
|
|
+ name: 'tentative-collect-test',
|
|
|
+ meta: { title: '试验汇总' },
|
|
|
+ component: () => import('~src/views/tentative/collect/test.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/tentative/collect/monthly',
|
|
|
+ name: 'tentative-collect-monthly',
|
|
|
+ meta: { title: '月报汇总' },
|
|
|
+ component: () => import('~src/views/tentative/collect/monthly.vue'),
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/tentative/device',
|
|
|
+ name: 'tentative-device',
|
|
|
+ redirect: '/tentative/device/approach',
|
|
|
+ meta: { title: '设备管理' },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/tentative/device/approach',
|
|
|
+ name: 'tentative-device-approach',
|
|
|
+ meta: { title: '设备进场管理' },
|
|
|
+ component: () => import('~src/views/tentative/device/approach.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/tentative/device/employ',
|
|
|
+ name: 'tentative-device-employ',
|
|
|
+ meta: { title: '设备使用管理' },
|
|
|
+ component: () => import('~src/views/tentative/device/employ.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/tentative/device/overhaul',
|
|
|
+ name: 'tentative-device-overhaul',
|
|
|
+ meta: { title: '设备检修管理' },
|
|
|
+ component: () => import('~src/views/tentative/device/overhaul.vue'),
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/tentative/parameter',
|
|
|
+ name: 'tentative-parameter',
|
|
|
+ redirect: '/tentative/parameter/container',
|
|
|
+ meta: { title: '参数设置' },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/tentative/parameter/container',
|
|
|
+ name: 'tentative-parameter-container',
|
|
|
+ meta: { title: '试验容器' },
|
|
|
+ component: () => import('~src/views/tentative/parameter/container.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/tentative/parameter/sieve',
|
|
|
+ name: 'tentative-parameter-sieve',
|
|
|
+ meta: { title: '自定义筛孔类型' },
|
|
|
+ component: () => import('~src/views/tentative/parameter/sieve.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/tentative/parameter/density',
|
|
|
+ name: 'tentative-parameter-density',
|
|
|
+ meta: { title: '温度及密度参数' },
|
|
|
+ component: () => import('~src/views/tentative/parameter/density.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/tentative/parameter/compactness',
|
|
|
+ name: 'tentative-parameter-compactness',
|
|
|
+ meta: { title: '压实度评标参数' },
|
|
|
+ component: () => import('~src/views/tentative/parameter/compactness.vue'),
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/tentative/laboratory',
|
|
|
+ name: 'tentative-laboratory',
|
|
|
+ redirect: '/tentative/laboratory/container',
|
|
|
+ meta: { title: '实验室管理' },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/tentative/laboratory/user',
|
|
|
+ name: 'tentative-laboratory-user',
|
|
|
+ meta: { title: '人员档案' },
|
|
|
+ component: () => import('~src/views/tentative/laboratory/user.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/tentative/laboratory/print',
|
|
|
+ name: 'tentative-laboratory-print',
|
|
|
+ meta: { title: '打印空表' },
|
|
|
+ component: () => import('~src/views/tentative/laboratory/print.vue'),
|
|
|
+ },
|
|
|
+ ],
|
|
|
},
|
|
|
- // {
|
|
|
- // path: '/other/first-item',
|
|
|
- // name: 'other-first-item',
|
|
|
- // meta: {title: '首件工程'},
|
|
|
- // component: () => import('~src/views/other/first-item copy.vue')
|
|
|
- // }
|
|
|
],
|
|
|
},
|
|
|
{
|
|
@@ -208,7 +365,7 @@ export default [
|
|
|
{
|
|
|
path: '/tasks/hc-data',
|
|
|
name: 'tasks-data',
|
|
|
- meta: { title: '待办任务、已办任务、任务查看' },
|
|
|
+ meta: { title: '任务查看' },
|
|
|
component: () => import('~src/views/tasks/hc-data.vue'),
|
|
|
},
|
|
|
{
|
|
@@ -231,162 +388,6 @@ export default [
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
- {
|
|
|
- path: '/tentative/material',
|
|
|
- name: 'tentative-material',
|
|
|
- redirect: '/tentative/material/approach',
|
|
|
- meta: { title: '材料管理' },
|
|
|
- component: Layout,
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/tentative/material/approach',
|
|
|
- name: 'tentative-material-approach',
|
|
|
- meta: { title: '材料进场' },
|
|
|
- component: () => import('~src/views/tentative/material/approach.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/tentative/material/sampling',
|
|
|
- name: 'tentative-material-sampling',
|
|
|
- meta: { title: '材料取样' },
|
|
|
- component: () => import('~src/views/tentative/material/sampling.vue'),
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/tentative/detect',
|
|
|
- name: 'tentative-detect',
|
|
|
- redirect: '/tentative/detect/approach',
|
|
|
- meta: { title: '试验检测' },
|
|
|
- component: Layout,
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/tentative/detect/third',
|
|
|
- name: 'tentative-detect-third',
|
|
|
- meta: { title: '外委检测' },
|
|
|
- component: () => import('~src/views/tentative/detect/third.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/tentative/detect/outside',
|
|
|
- name: 'tentative-detect-outside',
|
|
|
- meta: { title: '第三方检测' },
|
|
|
- component: () => import('~src/views/tentative/detect/outside.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/tentative/detect/test',
|
|
|
- name: 'tentative-detect-test',
|
|
|
- meta: { title: '试验检测' },
|
|
|
- component: () => import('~src/views/tentative/detect/test.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/tentative/detect/test-form',
|
|
|
- name: 'tentative-detect-test-form',
|
|
|
- meta: { title: '试验检测表单' },
|
|
|
- component: () => import('~src/views/tentative/detect/test-form.vue'),
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/tentative/collect',
|
|
|
- name: 'tentative-collect',
|
|
|
- redirect: '/tentative/collect/approach',
|
|
|
- meta: { title: '汇总管理' },
|
|
|
- component: Layout,
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/tentative/collect/test',
|
|
|
- name: 'tentative-collect-test',
|
|
|
- meta: { title: '试验汇总' },
|
|
|
- component: () => import('~src/views/tentative/collect/test.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/tentative/collect/monthly',
|
|
|
- name: 'tentative-collect-monthly',
|
|
|
- meta: { title: '月报汇总' },
|
|
|
- component: () => import('~src/views/tentative/collect/monthly.vue'),
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/tentative/device',
|
|
|
- name: 'tentative-device',
|
|
|
- redirect: '/tentative/device/approach',
|
|
|
- meta: { title: '设备管理' },
|
|
|
- component: Layout,
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/tentative/device/approach',
|
|
|
- name: 'tentative-device-approach',
|
|
|
- meta: { title: '设备进场管理' },
|
|
|
- component: () => import('~src/views/tentative/device/approach.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/tentative/device/employ',
|
|
|
- name: 'tentative-device-employ',
|
|
|
- meta: { title: '设备使用管理' },
|
|
|
- component: () => import('~src/views/tentative/device/employ.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/tentative/device/overhaul',
|
|
|
- name: 'tentative-device-overhaul',
|
|
|
- meta: { title: '设备检修管理' },
|
|
|
- component: () => import('~src/views/tentative/device/overhaul.vue'),
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/tentative/parameter',
|
|
|
- name: 'tentative-parameter',
|
|
|
- redirect: '/tentative/parameter/container',
|
|
|
- meta: { title: '参数设置' },
|
|
|
- component: Layout,
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/tentative/parameter/container',
|
|
|
- name: 'tentative-parameter-container',
|
|
|
- meta: { title: '试验容器' },
|
|
|
- component: () => import('~src/views/tentative/parameter/container.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/tentative/parameter/sieve',
|
|
|
- name: 'tentative-parameter-sieve',
|
|
|
- meta: { title: '自定义筛孔类型' },
|
|
|
- component: () => import('~src/views/tentative/parameter/sieve.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/tentative/parameter/density',
|
|
|
- name: 'tentative-parameter-density',
|
|
|
- meta: { title: '温度及密度参数' },
|
|
|
- component: () => import('~src/views/tentative/parameter/density.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/tentative/parameter/compactness',
|
|
|
- name: 'tentative-parameter-compactness',
|
|
|
- meta: { title: '压实度评标参数' },
|
|
|
- component: () => import('~src/views/tentative/parameter/compactness.vue'),
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/tentative/laboratory',
|
|
|
- name: 'tentative-laboratory',
|
|
|
- redirect: '/tentative/laboratory/container',
|
|
|
- meta: { title: '实验室管理' },
|
|
|
- component: Layout,
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/tentative/laboratory/user',
|
|
|
- name: 'tentative-laboratory-user',
|
|
|
- meta: { title: '人员档案' },
|
|
|
- component: () => import('~src/views/tentative/laboratory/user.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/tentative/laboratory/print',
|
|
|
- name: 'tentative-laboratory-print',
|
|
|
- meta: { title: '打印空表' },
|
|
|
- component: () => import('~src/views/tentative/laboratory/print.vue'),
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
{
|
|
|
path: '/other',
|
|
|
name: 'other',
|