diff --git a/src/router/modules/resource.ts b/src/router/modules/resource.ts
index 6aa1b6a..839157d 100644
--- a/src/router/modules/resource.ts
+++ b/src/router/modules/resource.ts
@@ -70,28 +70,28 @@
activeMenu: '/person/orderList',
},
},
- // {
- // path: 'trainList',
- // name: 'TrainList',
- // component: () => import('@/views/resource/person/train/list.vue'),
- // meta: {
- // title: '人员训练登记列表',
- // auth: '/resource/person/train',
- // icon: 'ep:key',
- // },
- // },
- // {
- // path: 'train/:type/:id?',
- // name: 'TrainDetail',
- // component: () => import('@/views/resource/person/train/detail.vue'),
- // meta: {
- // title: '人员训练登记',
- // icon: 'ep:key',
- // sidebar: false,
- // breadcrumb: true,
- // activeMenu: '/person/trainList',
- // },
- // },
+ /* {
+ path: 'trainList',
+ name: 'TrainList',
+ component: () => import('@/views/resource/person/train/list.vue'),
+ meta: {
+ title: '人员训练登记列表',
+ auth: '/resource/person/train',
+ icon: 'ep:key',
+ },
+ },
+ {
+ path: 'train/:type/:id?',
+ name: 'TrainDetail',
+ component: () => import('@/views/resource/person/train/detail.vue'),
+ meta: {
+ title: '人员训练登记',
+ icon: 'ep:key',
+ sidebar: false,
+ breadcrumb: true,
+ activeMenu: '/person/trainList',
+ },
+ }, */
{
path: 'trainSignList',
name: 'TrainSignList',
@@ -114,28 +114,28 @@
activeMenu: '/person/trainSignList',
},
},
- // {
- // path: 'remindList',
- // name: 'RemindList',
- // component: () => import('@/views/resource/person/remind/list.vue'),
- // meta: {
- // title: '证书逾期提醒列表',
- // auth: '/resource/person/remind',
- // icon: 'ep:key',
- // },
- // },
- // {
- // path: 'remind/:type/:id?',
- // name: 'RemindDetail',
- // component: () => import('@/views/resource/person/remind/detail.vue'),
- // meta: {
- // title: '证书逾期提醒',
- // icon: 'ep:key',
- // sidebar: false,
- // breadcrumb: true,
- // activeMenu: '/person/remindList',
- // },
- // },
+ /* {
+ path: 'remindList',
+ name: 'RemindList',
+ component: () => import('@/views/resource/person/remind/list.vue'),
+ meta: {
+ title: '证书逾期提醒列表',
+ auth: '/resource/person/remind',
+ icon: 'ep:key',
+ },
+ },
+ {
+ path: 'remind/:type/:id?',
+ name: 'RemindDetail',
+ component: () => import('@/views/resource/person/remind/detail.vue'),
+ meta: {
+ title: '证书逾期提醒',
+ icon: 'ep:key',
+ sidebar: false,
+ breadcrumb: true,
+ activeMenu: '/person/remindList',
+ },
+ }, */
{
path: 'certList',
name: 'CertList',
@@ -239,6 +239,40 @@
activeMenu: '/system/historyDocList',
},
},
+ {
+ path: 'dataList',
+ name: 'DataList',
+ component: () => import('@/views/resource/technology/data/list.vue'),
+ meta: {
+ title: '计量资料列表',
+ auth: '/resource/technology/data',
+ icon: 'ep:key',
+ },
+ },
+ {
+ path: 'data/:type/:id?',
+ name: 'DataDetail',
+ component: () => import('@/views/resource/technology/data/detail.vue'),
+ meta: {
+ title: '计量资料',
+ icon: 'ep:key',
+ sidebar: false,
+ breadcrumb: true,
+ activeMenu: '/technology/dataList',
+ },
+ },
+ {
+ path: 'data/stream/:filename?/:title?',
+ name: 'DataStream',
+ component: () => import('@/views/resource/common/fileStream.vue'),
+ meta: {
+ title: '计量资料',
+ icon: 'ep:key',
+ sidebar: false,
+ breadcrumb: true,
+ activeMenu: '/technology/dataList',
+ },
+ },
],
},
{
@@ -247,7 +281,7 @@
redirect: '/technology/methodList',
name: 'Technology',
meta: {
- title: '技术文件',
+ title: '测试校准检定方法',
icon: 'ep:key',
auth: '/resource/technology',
},
@@ -287,37 +321,59 @@
},
},
{
- path: 'dataList',
- name: 'DataList',
- component: () => import('@/views/resource/technology/data/list.vue'),
+ path: 'methodConfirmList',
+ name: 'FileMethodConfirmList',
+ component: () => import('@/views/resource/file/methodConfirm/list.vue'),
meta: {
- title: '计量资料列表',
- auth: '/resource/technology/data',
+ title: '方法确认登记表',
+ auth: '/resource/file/methodConfirm',
icon: 'ep:key',
},
},
{
- path: 'data/:type/:id?',
- name: 'DataDetail',
- component: () => import('@/views/resource/technology/data/detail.vue'),
+ path: 'methodConfirm/:type/:id?',
+ name: 'FileMethodConfirmDetail',
+ component: () => import('@/views/resource/file/methodConfirm/detail.vue'),
meta: {
- title: '计量资料',
+ title: '方法确认登记表详情',
icon: 'ep:key',
sidebar: false,
breadcrumb: true,
- activeMenu: '/technology/dataList',
+ activeMenu: '/file/methodConfirmList',
},
},
{
- path: 'data/stream/:filename?/:title?',
- name: 'DataStream',
- component: () => import('@/views/resource/common/fileStream.vue'),
+ path: 'methodConfirm/approved/:id',
+ name: 'FileMethodConfirmDetailApproved',
+ component: () => import('@/views/resource/file/methodConfirm/approvedDetail.vue'),
meta: {
- title: '计量资料',
+ title: '方法确认登记表详情',
icon: 'ep:key',
sidebar: false,
breadcrumb: true,
- activeMenu: '/technology/dataList',
+ activeMenu: '/file/methodConfirmList',
+ },
+ },
+ {
+ path: 'noveltySearchList',
+ name: 'FileNoveltySearchList',
+ component: () => import('@/views/resource/file/noveltySearch/list.vue'),
+ meta: {
+ title: '测试校准检定方法查新记录表',
+ auth: '/resource/file/noveltySearch',
+ icon: 'ep:key',
+ },
+ },
+ {
+ path: 'noveltySearch/:type/:id?',
+ name: 'FileNoveltySearchDetail',
+ component: () => import('@/views/resource/file/noveltySearch/detail.vue'),
+ meta: {
+ title: '测试校准检定方法查新记录表详情',
+ icon: 'ep:key',
+ sidebar: false,
+ breadcrumb: true,
+ activeMenu: '/file/noveltySearchList',
},
},
],
@@ -469,62 +525,6 @@
activeMenu: '/file/recallArchiveList',
},
},
- {
- path: 'noveltySearchList',
- name: 'FileNoveltySearchList',
- component: () => import('@/views/resource/file/noveltySearch/list.vue'),
- meta: {
- title: '测试校准检定方法查新记录表',
- auth: '/resource/file/noveltySearch',
- icon: 'ep:key',
- },
- },
- {
- path: 'noveltySearch/:type/:id?',
- name: 'FileNoveltySearchDetail',
- component: () => import('@/views/resource/file/noveltySearch/detail.vue'),
- meta: {
- title: '测试校准检定方法查新记录表详情',
- icon: 'ep:key',
- sidebar: false,
- breadcrumb: true,
- activeMenu: '/file/noveltySearchList',
- },
- },
- {
- path: 'methodConfirmList',
- name: 'FileMethodConfirmList',
- component: () => import('@/views/resource/file/methodConfirm/list.vue'),
- meta: {
- title: '方法确认登记表',
- auth: '/resource/file/methodConfirm',
- icon: 'ep:key',
- },
- },
- {
- path: 'methodConfirm/:type/:id?',
- name: 'FileMethodConfirmDetail',
- component: () => import('@/views/resource/file/methodConfirm/detail.vue'),
- meta: {
- title: '方法确认登记表详情',
- icon: 'ep:key',
- sidebar: false,
- breadcrumb: true,
- activeMenu: '/file/methodConfirmList',
- },
- },
- {
- path: 'methodConfirm/approved/:id',
- name: 'FileMethodConfirmDetailApproved',
- component: () => import('@/views/resource/file/methodConfirm/approvedDetail.vue'),
- meta: {
- title: '方法确认登记表详情',
- icon: 'ep:key',
- sidebar: false,
- breadcrumb: true,
- activeMenu: '/file/methodConfirmList',
- },
- },
],
},
{
diff --git a/src/router/modules/resource.ts b/src/router/modules/resource.ts
index 6aa1b6a..839157d 100644
--- a/src/router/modules/resource.ts
+++ b/src/router/modules/resource.ts
@@ -70,28 +70,28 @@
activeMenu: '/person/orderList',
},
},
- // {
- // path: 'trainList',
- // name: 'TrainList',
- // component: () => import('@/views/resource/person/train/list.vue'),
- // meta: {
- // title: '人员训练登记列表',
- // auth: '/resource/person/train',
- // icon: 'ep:key',
- // },
- // },
- // {
- // path: 'train/:type/:id?',
- // name: 'TrainDetail',
- // component: () => import('@/views/resource/person/train/detail.vue'),
- // meta: {
- // title: '人员训练登记',
- // icon: 'ep:key',
- // sidebar: false,
- // breadcrumb: true,
- // activeMenu: '/person/trainList',
- // },
- // },
+ /* {
+ path: 'trainList',
+ name: 'TrainList',
+ component: () => import('@/views/resource/person/train/list.vue'),
+ meta: {
+ title: '人员训练登记列表',
+ auth: '/resource/person/train',
+ icon: 'ep:key',
+ },
+ },
+ {
+ path: 'train/:type/:id?',
+ name: 'TrainDetail',
+ component: () => import('@/views/resource/person/train/detail.vue'),
+ meta: {
+ title: '人员训练登记',
+ icon: 'ep:key',
+ sidebar: false,
+ breadcrumb: true,
+ activeMenu: '/person/trainList',
+ },
+ }, */
{
path: 'trainSignList',
name: 'TrainSignList',
@@ -114,28 +114,28 @@
activeMenu: '/person/trainSignList',
},
},
- // {
- // path: 'remindList',
- // name: 'RemindList',
- // component: () => import('@/views/resource/person/remind/list.vue'),
- // meta: {
- // title: '证书逾期提醒列表',
- // auth: '/resource/person/remind',
- // icon: 'ep:key',
- // },
- // },
- // {
- // path: 'remind/:type/:id?',
- // name: 'RemindDetail',
- // component: () => import('@/views/resource/person/remind/detail.vue'),
- // meta: {
- // title: '证书逾期提醒',
- // icon: 'ep:key',
- // sidebar: false,
- // breadcrumb: true,
- // activeMenu: '/person/remindList',
- // },
- // },
+ /* {
+ path: 'remindList',
+ name: 'RemindList',
+ component: () => import('@/views/resource/person/remind/list.vue'),
+ meta: {
+ title: '证书逾期提醒列表',
+ auth: '/resource/person/remind',
+ icon: 'ep:key',
+ },
+ },
+ {
+ path: 'remind/:type/:id?',
+ name: 'RemindDetail',
+ component: () => import('@/views/resource/person/remind/detail.vue'),
+ meta: {
+ title: '证书逾期提醒',
+ icon: 'ep:key',
+ sidebar: false,
+ breadcrumb: true,
+ activeMenu: '/person/remindList',
+ },
+ }, */
{
path: 'certList',
name: 'CertList',
@@ -239,6 +239,40 @@
activeMenu: '/system/historyDocList',
},
},
+ {
+ path: 'dataList',
+ name: 'DataList',
+ component: () => import('@/views/resource/technology/data/list.vue'),
+ meta: {
+ title: '计量资料列表',
+ auth: '/resource/technology/data',
+ icon: 'ep:key',
+ },
+ },
+ {
+ path: 'data/:type/:id?',
+ name: 'DataDetail',
+ component: () => import('@/views/resource/technology/data/detail.vue'),
+ meta: {
+ title: '计量资料',
+ icon: 'ep:key',
+ sidebar: false,
+ breadcrumb: true,
+ activeMenu: '/technology/dataList',
+ },
+ },
+ {
+ path: 'data/stream/:filename?/:title?',
+ name: 'DataStream',
+ component: () => import('@/views/resource/common/fileStream.vue'),
+ meta: {
+ title: '计量资料',
+ icon: 'ep:key',
+ sidebar: false,
+ breadcrumb: true,
+ activeMenu: '/technology/dataList',
+ },
+ },
],
},
{
@@ -247,7 +281,7 @@
redirect: '/technology/methodList',
name: 'Technology',
meta: {
- title: '技术文件',
+ title: '测试校准检定方法',
icon: 'ep:key',
auth: '/resource/technology',
},
@@ -287,37 +321,59 @@
},
},
{
- path: 'dataList',
- name: 'DataList',
- component: () => import('@/views/resource/technology/data/list.vue'),
+ path: 'methodConfirmList',
+ name: 'FileMethodConfirmList',
+ component: () => import('@/views/resource/file/methodConfirm/list.vue'),
meta: {
- title: '计量资料列表',
- auth: '/resource/technology/data',
+ title: '方法确认登记表',
+ auth: '/resource/file/methodConfirm',
icon: 'ep:key',
},
},
{
- path: 'data/:type/:id?',
- name: 'DataDetail',
- component: () => import('@/views/resource/technology/data/detail.vue'),
+ path: 'methodConfirm/:type/:id?',
+ name: 'FileMethodConfirmDetail',
+ component: () => import('@/views/resource/file/methodConfirm/detail.vue'),
meta: {
- title: '计量资料',
+ title: '方法确认登记表详情',
icon: 'ep:key',
sidebar: false,
breadcrumb: true,
- activeMenu: '/technology/dataList',
+ activeMenu: '/file/methodConfirmList',
},
},
{
- path: 'data/stream/:filename?/:title?',
- name: 'DataStream',
- component: () => import('@/views/resource/common/fileStream.vue'),
+ path: 'methodConfirm/approved/:id',
+ name: 'FileMethodConfirmDetailApproved',
+ component: () => import('@/views/resource/file/methodConfirm/approvedDetail.vue'),
meta: {
- title: '计量资料',
+ title: '方法确认登记表详情',
icon: 'ep:key',
sidebar: false,
breadcrumb: true,
- activeMenu: '/technology/dataList',
+ activeMenu: '/file/methodConfirmList',
+ },
+ },
+ {
+ path: 'noveltySearchList',
+ name: 'FileNoveltySearchList',
+ component: () => import('@/views/resource/file/noveltySearch/list.vue'),
+ meta: {
+ title: '测试校准检定方法查新记录表',
+ auth: '/resource/file/noveltySearch',
+ icon: 'ep:key',
+ },
+ },
+ {
+ path: 'noveltySearch/:type/:id?',
+ name: 'FileNoveltySearchDetail',
+ component: () => import('@/views/resource/file/noveltySearch/detail.vue'),
+ meta: {
+ title: '测试校准检定方法查新记录表详情',
+ icon: 'ep:key',
+ sidebar: false,
+ breadcrumb: true,
+ activeMenu: '/file/noveltySearchList',
},
},
],
@@ -469,62 +525,6 @@
activeMenu: '/file/recallArchiveList',
},
},
- {
- path: 'noveltySearchList',
- name: 'FileNoveltySearchList',
- component: () => import('@/views/resource/file/noveltySearch/list.vue'),
- meta: {
- title: '测试校准检定方法查新记录表',
- auth: '/resource/file/noveltySearch',
- icon: 'ep:key',
- },
- },
- {
- path: 'noveltySearch/:type/:id?',
- name: 'FileNoveltySearchDetail',
- component: () => import('@/views/resource/file/noveltySearch/detail.vue'),
- meta: {
- title: '测试校准检定方法查新记录表详情',
- icon: 'ep:key',
- sidebar: false,
- breadcrumb: true,
- activeMenu: '/file/noveltySearchList',
- },
- },
- {
- path: 'methodConfirmList',
- name: 'FileMethodConfirmList',
- component: () => import('@/views/resource/file/methodConfirm/list.vue'),
- meta: {
- title: '方法确认登记表',
- auth: '/resource/file/methodConfirm',
- icon: 'ep:key',
- },
- },
- {
- path: 'methodConfirm/:type/:id?',
- name: 'FileMethodConfirmDetail',
- component: () => import('@/views/resource/file/methodConfirm/detail.vue'),
- meta: {
- title: '方法确认登记表详情',
- icon: 'ep:key',
- sidebar: false,
- breadcrumb: true,
- activeMenu: '/file/methodConfirmList',
- },
- },
- {
- path: 'methodConfirm/approved/:id',
- name: 'FileMethodConfirmDetailApproved',
- component: () => import('@/views/resource/file/methodConfirm/approvedDetail.vue'),
- meta: {
- title: '方法确认登记表详情',
- icon: 'ep:key',
- sidebar: false,
- breadcrumb: true,
- activeMenu: '/file/methodConfirmList',
- },
- },
],
},
{
diff --git a/src/views/resource/technology/method/detail.vue b/src/views/resource/technology/method/detail.vue
index 615407d..b94ae0a 100644
--- a/src/views/resource/technology/method/detail.vue
+++ b/src/views/resource/technology/method/detail.vue
@@ -1,12 +1,13 @@
@@ -232,22 +341,45 @@
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -259,42 +391,73 @@
/>
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
-
-
-
-
- 选择
-
-
-
+
+
+
+
+
+ ℃
+
+
+
+
+
+
+
+
+ ℃
+
+
+
+
+
+
+
+
+
+
+
+
+ %
+
+
+
+
+
+
+
+
+ %
+
+
+
@@ -303,7 +466,7 @@
-
+
@@ -312,7 +475,7 @@
-
+
@@ -322,9 +485,9 @@
-
- {{ methodFileInfo.file }}
-
+
+ {{ methodFileInfo.file }}
+
+
+
+
+
+
diff --git a/src/router/modules/resource.ts b/src/router/modules/resource.ts
index 6aa1b6a..839157d 100644
--- a/src/router/modules/resource.ts
+++ b/src/router/modules/resource.ts
@@ -70,28 +70,28 @@
activeMenu: '/person/orderList',
},
},
- // {
- // path: 'trainList',
- // name: 'TrainList',
- // component: () => import('@/views/resource/person/train/list.vue'),
- // meta: {
- // title: '人员训练登记列表',
- // auth: '/resource/person/train',
- // icon: 'ep:key',
- // },
- // },
- // {
- // path: 'train/:type/:id?',
- // name: 'TrainDetail',
- // component: () => import('@/views/resource/person/train/detail.vue'),
- // meta: {
- // title: '人员训练登记',
- // icon: 'ep:key',
- // sidebar: false,
- // breadcrumb: true,
- // activeMenu: '/person/trainList',
- // },
- // },
+ /* {
+ path: 'trainList',
+ name: 'TrainList',
+ component: () => import('@/views/resource/person/train/list.vue'),
+ meta: {
+ title: '人员训练登记列表',
+ auth: '/resource/person/train',
+ icon: 'ep:key',
+ },
+ },
+ {
+ path: 'train/:type/:id?',
+ name: 'TrainDetail',
+ component: () => import('@/views/resource/person/train/detail.vue'),
+ meta: {
+ title: '人员训练登记',
+ icon: 'ep:key',
+ sidebar: false,
+ breadcrumb: true,
+ activeMenu: '/person/trainList',
+ },
+ }, */
{
path: 'trainSignList',
name: 'TrainSignList',
@@ -114,28 +114,28 @@
activeMenu: '/person/trainSignList',
},
},
- // {
- // path: 'remindList',
- // name: 'RemindList',
- // component: () => import('@/views/resource/person/remind/list.vue'),
- // meta: {
- // title: '证书逾期提醒列表',
- // auth: '/resource/person/remind',
- // icon: 'ep:key',
- // },
- // },
- // {
- // path: 'remind/:type/:id?',
- // name: 'RemindDetail',
- // component: () => import('@/views/resource/person/remind/detail.vue'),
- // meta: {
- // title: '证书逾期提醒',
- // icon: 'ep:key',
- // sidebar: false,
- // breadcrumb: true,
- // activeMenu: '/person/remindList',
- // },
- // },
+ /* {
+ path: 'remindList',
+ name: 'RemindList',
+ component: () => import('@/views/resource/person/remind/list.vue'),
+ meta: {
+ title: '证书逾期提醒列表',
+ auth: '/resource/person/remind',
+ icon: 'ep:key',
+ },
+ },
+ {
+ path: 'remind/:type/:id?',
+ name: 'RemindDetail',
+ component: () => import('@/views/resource/person/remind/detail.vue'),
+ meta: {
+ title: '证书逾期提醒',
+ icon: 'ep:key',
+ sidebar: false,
+ breadcrumb: true,
+ activeMenu: '/person/remindList',
+ },
+ }, */
{
path: 'certList',
name: 'CertList',
@@ -239,6 +239,40 @@
activeMenu: '/system/historyDocList',
},
},
+ {
+ path: 'dataList',
+ name: 'DataList',
+ component: () => import('@/views/resource/technology/data/list.vue'),
+ meta: {
+ title: '计量资料列表',
+ auth: '/resource/technology/data',
+ icon: 'ep:key',
+ },
+ },
+ {
+ path: 'data/:type/:id?',
+ name: 'DataDetail',
+ component: () => import('@/views/resource/technology/data/detail.vue'),
+ meta: {
+ title: '计量资料',
+ icon: 'ep:key',
+ sidebar: false,
+ breadcrumb: true,
+ activeMenu: '/technology/dataList',
+ },
+ },
+ {
+ path: 'data/stream/:filename?/:title?',
+ name: 'DataStream',
+ component: () => import('@/views/resource/common/fileStream.vue'),
+ meta: {
+ title: '计量资料',
+ icon: 'ep:key',
+ sidebar: false,
+ breadcrumb: true,
+ activeMenu: '/technology/dataList',
+ },
+ },
],
},
{
@@ -247,7 +281,7 @@
redirect: '/technology/methodList',
name: 'Technology',
meta: {
- title: '技术文件',
+ title: '测试校准检定方法',
icon: 'ep:key',
auth: '/resource/technology',
},
@@ -287,37 +321,59 @@
},
},
{
- path: 'dataList',
- name: 'DataList',
- component: () => import('@/views/resource/technology/data/list.vue'),
+ path: 'methodConfirmList',
+ name: 'FileMethodConfirmList',
+ component: () => import('@/views/resource/file/methodConfirm/list.vue'),
meta: {
- title: '计量资料列表',
- auth: '/resource/technology/data',
+ title: '方法确认登记表',
+ auth: '/resource/file/methodConfirm',
icon: 'ep:key',
},
},
{
- path: 'data/:type/:id?',
- name: 'DataDetail',
- component: () => import('@/views/resource/technology/data/detail.vue'),
+ path: 'methodConfirm/:type/:id?',
+ name: 'FileMethodConfirmDetail',
+ component: () => import('@/views/resource/file/methodConfirm/detail.vue'),
meta: {
- title: '计量资料',
+ title: '方法确认登记表详情',
icon: 'ep:key',
sidebar: false,
breadcrumb: true,
- activeMenu: '/technology/dataList',
+ activeMenu: '/file/methodConfirmList',
},
},
{
- path: 'data/stream/:filename?/:title?',
- name: 'DataStream',
- component: () => import('@/views/resource/common/fileStream.vue'),
+ path: 'methodConfirm/approved/:id',
+ name: 'FileMethodConfirmDetailApproved',
+ component: () => import('@/views/resource/file/methodConfirm/approvedDetail.vue'),
meta: {
- title: '计量资料',
+ title: '方法确认登记表详情',
icon: 'ep:key',
sidebar: false,
breadcrumb: true,
- activeMenu: '/technology/dataList',
+ activeMenu: '/file/methodConfirmList',
+ },
+ },
+ {
+ path: 'noveltySearchList',
+ name: 'FileNoveltySearchList',
+ component: () => import('@/views/resource/file/noveltySearch/list.vue'),
+ meta: {
+ title: '测试校准检定方法查新记录表',
+ auth: '/resource/file/noveltySearch',
+ icon: 'ep:key',
+ },
+ },
+ {
+ path: 'noveltySearch/:type/:id?',
+ name: 'FileNoveltySearchDetail',
+ component: () => import('@/views/resource/file/noveltySearch/detail.vue'),
+ meta: {
+ title: '测试校准检定方法查新记录表详情',
+ icon: 'ep:key',
+ sidebar: false,
+ breadcrumb: true,
+ activeMenu: '/file/noveltySearchList',
},
},
],
@@ -469,62 +525,6 @@
activeMenu: '/file/recallArchiveList',
},
},
- {
- path: 'noveltySearchList',
- name: 'FileNoveltySearchList',
- component: () => import('@/views/resource/file/noveltySearch/list.vue'),
- meta: {
- title: '测试校准检定方法查新记录表',
- auth: '/resource/file/noveltySearch',
- icon: 'ep:key',
- },
- },
- {
- path: 'noveltySearch/:type/:id?',
- name: 'FileNoveltySearchDetail',
- component: () => import('@/views/resource/file/noveltySearch/detail.vue'),
- meta: {
- title: '测试校准检定方法查新记录表详情',
- icon: 'ep:key',
- sidebar: false,
- breadcrumb: true,
- activeMenu: '/file/noveltySearchList',
- },
- },
- {
- path: 'methodConfirmList',
- name: 'FileMethodConfirmList',
- component: () => import('@/views/resource/file/methodConfirm/list.vue'),
- meta: {
- title: '方法确认登记表',
- auth: '/resource/file/methodConfirm',
- icon: 'ep:key',
- },
- },
- {
- path: 'methodConfirm/:type/:id?',
- name: 'FileMethodConfirmDetail',
- component: () => import('@/views/resource/file/methodConfirm/detail.vue'),
- meta: {
- title: '方法确认登记表详情',
- icon: 'ep:key',
- sidebar: false,
- breadcrumb: true,
- activeMenu: '/file/methodConfirmList',
- },
- },
- {
- path: 'methodConfirm/approved/:id',
- name: 'FileMethodConfirmDetailApproved',
- component: () => import('@/views/resource/file/methodConfirm/approvedDetail.vue'),
- meta: {
- title: '方法确认登记表详情',
- icon: 'ep:key',
- sidebar: false,
- breadcrumb: true,
- activeMenu: '/file/methodConfirmList',
- },
- },
],
},
{
diff --git a/src/views/resource/technology/method/detail.vue b/src/views/resource/technology/method/detail.vue
index 615407d..b94ae0a 100644
--- a/src/views/resource/technology/method/detail.vue
+++ b/src/views/resource/technology/method/detail.vue
@@ -1,12 +1,13 @@
@@ -232,22 +341,45 @@
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -259,42 +391,73 @@
/>
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
-
-
-
-
- 选择
-
-
-
+
+
+
+
+
+ ℃
+
+
+
+
+
+
+
+
+ ℃
+
+
+
+
+
+
+
+
+
+
+
+
+ %
+
+
+
+
+
+
+
+
+ %
+
+
+
@@ -303,7 +466,7 @@
-
+
@@ -312,7 +475,7 @@
-
+
@@ -322,9 +485,9 @@
-
- {{ methodFileInfo.file }}
-
+
+ {{ methodFileInfo.file }}
+
+
+
+
+
+
diff --git a/src/views/resource/technology/method/list.vue b/src/views/resource/technology/method/list.vue
index 115033f..65375fe 100644
--- a/src/views/resource/technology/method/list.vue
+++ b/src/views/resource/technology/method/list.vue
@@ -1,39 +1,54 @@
@@ -232,22 +341,45 @@
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -259,42 +391,73 @@
/>
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
-
-
-
-
- 选择
-
-
-
+
+
+
+
+
+ ℃
+
+
+
+
+
+
+
+
+ ℃
+
+
+
+
+
+
+
+
+
+
+
+
+ %
+
+
+
+
+
+
+
+
+ %
+
+
+
@@ -303,7 +466,7 @@
-
+
@@ -312,7 +475,7 @@
-
+
@@ -322,9 +485,9 @@
-
- {{ methodFileInfo.file }}
-
+
+ {{ methodFileInfo.file }}
+
+
+
+
+
+
diff --git a/src/views/resource/technology/method/list.vue b/src/views/resource/technology/method/list.vue
index 115033f..65375fe 100644
--- a/src/views/resource/technology/method/list.vue
+++ b/src/views/resource/technology/method/list.vue
@@ -1,39 +1,54 @@