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 @@
-
- 新增
-
- 批量删除
-
-
-
-
-
-
-
- 导出项目标准关系
- 项目信息同步
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.productName }}
-
-
-
-
-
-
-
-
-
-
-
-
- {{(scope.row.sopTime ? scope.row.sopTime.substring(0, 11): '')}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{(scope.row.leftRight === '1' ? '左驾': '右驾')}}
-
-
-
-
-
-
- {{(scope.row.eopTime ? scope.row.eopTime.substring(0, 11): '')}}
-
-
-
-
-
-
-
-
-
-
-
-
- 查看
- 编辑
-
- 删除
-
-
-
-
-
-
-
-
- 数据获取中
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.productName }}
-
-
-
-
-
-
-
-
-
-
-
-
- {{(scope.row.sopTime ? scope.row.sopTime.substring(0, 11): '')}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{(scope.row.leftRight === '1' ? '左驾': '右驾')}}
-
-
-
-
-
-
- {{(scope.row.eopTime ? scope.row.eopTime.substring(0, 11): '')}}
-
-
-
-
-
-
-
-
-
-
-
-
- 查看
- 编辑
- 关联
- 删除
-
-
-
-
-
-
-
-
- 数据获取中
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.productName }}
-
-
-
-
-
-
-
-
-
-
-
- {{(scope.row.sopTime ? scope.row.sopTime.substring(0, 11): '')}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{(scope.row.leftRight === '1' ? '左驾': '右驾')}}
-
-
-
-
-
-
- {{(scope.row.eopTime ? scope.row.eopTime.substring(0, 11): '')}}
-
-
-
-
-
-
-
-
-
-
-
- 查看
- 编辑
-
- 删除
-
-
-
-
-
-
-
-
- 数据获取中
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.productName }}
-
-
-
-
-
-
-
-
-
-
-
- {{(scope.row.sopTime ? scope.row.sopTime.substring(0, 11): '')}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{(scope.row.leftRight === '1' ? '左驾': '右驾')}}
-
-
-
-
-
-
- {{(scope.row.eopTime ? scope.row.eopTime.substring(0, 11): '')}}
-
-
-
-
-
-
-
-
-
-
-
- 查看
- 编辑
- 关联
- 删除
-
-
-
-
-
-
-
-
- 数据获取中
-
-
-
-
+
+
+
+
+
+
+
+
+ {{ scope.row.productName }}
+
+
+
+
+
+
+
+ {{(scope.row.sopTime ? scope.row.sopTime.substring(0, 11): '')}}
+
+
+
+
+ {{(scope.row.leftRight === '1' ? '左驾': '右驾')}}
+
+
+
+
+
+
+ {{(scope.row.eopTime ? scope.row.eopTime.substring(0, 11): '')}}
+
+
+
+
+
+
+
+ 查看
+ 删除
+
+
+
+
+
+
+
+
数据获取中
-
-
-
-
-
-
-
-
-
-
-
-
-
- 导出
- 取消
-
-
-
-
{
- 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;
diff --git a/src/pages/regulatoryRepository/standardForComments/pags/categoryDetails.vue b/src/pages/regulatoryRepository/standardForComments/pags/categoryDetails.vue
index d6b3b2672..f5f5a218e 100644
--- a/src/pages/regulatoryRepository/standardForComments/pags/categoryDetails.vue
+++ b/src/pages/regulatoryRepository/standardForComments/pags/categoryDetails.vue
@@ -6,6 +6,7 @@
{{opinionList.standardName }}
+ 管理征求意见
@@ -64,11 +65,6 @@
label="提出人"
width="170">
-
-