添加数据统计
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
:class="{'disabled': disabled}"
|
||||
multiple
|
||||
drag
|
||||
|
||||
:show-file-list="showUploadlist"
|
||||
:on-success="uploadSuccess"
|
||||
:before-upload="beforeUpload"
|
||||
|
||||
@@ -88,6 +88,11 @@ export default {
|
||||
path: '/domesticStandardsAndRegulations',
|
||||
menuId: '3e3657498664beaa0dc1de1ecb3ae0da'
|
||||
},
|
||||
{
|
||||
title: '标准法规工作组数据统计',
|
||||
path: '/dataStatisComments',
|
||||
menuId: ''
|
||||
},
|
||||
{
|
||||
title: '海外标准法规',
|
||||
path: '/foreignStandardsAndRegulations',
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "dataStatisComments"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
@@ -1097,6 +1097,18 @@ const routes = [
|
||||
menuId: 'A59EFAQ7AC'
|
||||
}
|
||||
},
|
||||
//标准法规工作组数据统计
|
||||
{
|
||||
path: '/dataStatisComments',
|
||||
name: 'dataStatisComments',
|
||||
component: () =>
|
||||
import('@/pages/regulatoryRepository/dataStatis/index'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '标准法规工作组数据统计',
|
||||
menuId: ''
|
||||
}
|
||||
},
|
||||
// 标准征求意见
|
||||
{
|
||||
path: '/standardForComments',
|
||||
|
||||
Reference in New Issue
Block a user