diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue index 3ff3f0852..cd7f837d3 100644 --- a/src/components/navMenu/index.vue +++ b/src/components/navMenu/index.vue @@ -138,11 +138,11 @@ export default { // // title: '子公司标准库', // // path: '/subsidiaryStandardLibrary' // // } - // { - // title: '车型/项目库', - // path: '/localProductsOrProjectLibrary', - // menuId: 'PCZKM8TQJAH5UP5EAXTJ' - // }, + { + title: '车型/项目库', + path: '/localProductsOrProjectLibrary', + menuId: 'PCZKM8TQJAH5UP5EAXTJ' + }, // { // title: '未符合项跟踪', // path: '/nonConfomity', diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue index 9c0ca5f97..f2f82ff0f 100644 --- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue +++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue @@ -12,14 +12,6 @@ clearable > - 高级查询 @@ -71,42 +63,8 @@
-
- 新增 - - 批量删除 - - - - - - - - 导出项目标准关系 - 项目信息同步 -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 数据获取中 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 数据获取中 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 数据获取中 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 数据获取中 - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 数据获取中
- - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ opt.label}} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ opt.label}} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
- - -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
- - - - - - - - - - - - 正在获取中…… -
- -
-
- - - -
- 导出 - 取消 -
-
- - { - this.tableHeight = $('.regulatory-repository').height() - 55 - 50 - 40 - 40 - 15 - 15 - 60 - 15 - 15 + this.tableHeight = $('.regulatory-repository').height() - 110 window.onresize = () => { - this.tableHeight = $('.container').height() - 55 - 50 - 40 - 40 - 15 - 15 - 60 - 15 - 15 + this.tableHeight = $('.container').height() - 110 } }) }, @@ -2433,14 +1445,7 @@ export default { //position: relative; height: 100%; .container { - height: calc(~'100% - 105px'); - .el-tabs{ - height: 100%; - /deep/.el-tabs__content{ - height: calc(~'100% - 55px'); - overflow-y: auto; - } - } + height: calc(~'100% - 55px'); } .el-drawer-form{ padding-left: 25px;