|
@@ -51,6 +51,12 @@ export default [
|
|
|
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')
|
|
|
}
|
|
|
],
|
|
|
},
|
|
@@ -216,6 +222,156 @@ 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/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: '/403',
|
|
|
name: '403',
|