-
-
-
实施预警
-
-
-
-
- 更多
-
-
-
-
新车型实施日期预警
-
-
-
- 企业标准
- 海外标准法规
- 国内标准法规
- 国内政策
- 国外政策
-
-
-
-
- {{ scope.row.standNum }}
-
-
-
-
- {{ scope.row.standName }}
-
-
-
-
- {{(scope.row.putTime ? scope.row.putTime.substring(0, 11): '')}}
-
-
-
-
在产车实施日期预警
-
-
-
- 企业标准
- 海外标准法规
- 国内标准法规
- 国内政策
- 国外政策
-
-
-
-
- {{ scope.row.standNum }}
-
-
-
-
- {{ scope.row.standName }}
-
-
-
-
- {{(scope.row.putTime ? scope.row.putTime.substring(0, 11): '')}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -164,6 +298,7 @@ export default {
name: 'standardWarning',
data () {
return {
+ activeName: 'STANDARD', //tab 默认选中值
// 头部搜索框
dynamic: {
keyWord: '',
@@ -211,6 +346,14 @@ export default {
}
},
methods: {
+ //切换tab
+ handleClick(tab, event) {
+ console.log(tab, event);
+ },
+ //查找适用车型
+ searchBtnClick(){
+ console.log('查找适用车型');
+ },
/**
* @author liruohao
* @date 2019/4/25
@@ -695,6 +838,11 @@ export default {
}
}
}
+ .container{
+ /deep/.el-tabs__header{
+ height:50px;
+ }
+ }
.dynamic-content {
height: 100%;
overflow-y: hidden;
diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue
index cfd4354df..9c0ca5f97 100644
--- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue
+++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue
@@ -1487,16 +1487,16 @@ export default {
// 国家/地区列表
countryList: [],
// 国内国外
- regionList: [
- {
- label: '国内',
- value: 'INLAND'
- },
- {
- label: '国外',
- value: 'FOREIGN'
- }
- ],
+ // regionList: [
+ // {
+ // label: '国内',
+ // value: 'INLAND'
+ // },
+ // {
+ // label: '国外',
+ // value: 'FOREIGN'
+ // }
+ // ],
// 关联列表数据组
relationTableList: [],
relationPage: 1,
diff --git a/src/pages/regulatoryRepository/standardForComments/index.vue b/src/pages/regulatoryRepository/standardForComments/index.vue
new file mode 100644
index 000000000..40fa0c8cd
--- /dev/null
+++ b/src/pages/regulatoryRepository/standardForComments/index.vue
@@ -0,0 +1,524 @@
+
+# 标准对比
+
+
+
+
+
+
+
+
diff --git a/src/router/index.js b/src/router/index.js
index 882f6af9e..559657387 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -1855,6 +1855,19 @@ const routes = [
menuId: 'A59EFAQ7AC'
}
},
+ // 标准征求意见
+ {
+ path: '/standardForComments',
+ name: 'standardForComments',
+ component: () =>
+ import('@/pages/regulatoryRepository/standardForComments/index'),
+ meta: {
+ requireAuth: true,
+ title: '标准征求意见',
+ menuId: ''
+ }
+ },
+
// 本地产品/项目库
{
path: '/localProductsOrProjectLibrary',