diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
index b8f40bf50..65c40907c 100644
--- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
@@ -74,7 +74,8 @@
-
+
@@ -115,10 +116,9 @@
v-btn-permission="'d38fea2d0d992615f9e1c4dfb6dc76f3'"
@click="clearAllSearch('standCommonlySearch')">清空
-
-
- 高级检索
+ 高级检索
@@ -346,28 +346,29 @@
label="收藏" align="center" width="50px"
>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ 收藏
+
+ 取消收藏
+
+ 编辑
+
+ 删除
+
+
+
+
diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
index e0dac212d..748348134 100644
--- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
@@ -646,14 +646,14 @@
-->
-
+
模块结构单元变型号(卡车)
模块结构单元变型号(乘用车)
@@ -1686,18 +1686,18 @@
@popoverHideCancel="popoverHideModelCancel()">
+ width="500"
+ :lazy=true
+ :multiple=true
+ :check-strictly=true
+ :modalShowFlag="modalShowFlag5"
+ :drawerTitle="drawerTitle"
+ :url="url"
+ :type="modelType"
+ :urlChild="urlChild"
+ :defaultProps="defaultModelProps" :checkedKeys="defaultCheckedKeys4"
+ :nodeKey="nodeKeyModel" @popoverHide="popoverCarHideModel"
+ @popoverHideCancel="popoverCarHideModelCancel()">
diff --git a/src/pages/regulatoryRepository/standQA/index.vue b/src/pages/regulatoryRepository/standQA/index.vue
index 354b897b5..6f3216768 100644
--- a/src/pages/regulatoryRepository/standQA/index.vue
+++ b/src/pages/regulatoryRepository/standQA/index.vue
@@ -408,11 +408,11 @@
{{ scope.row.standSortShow }} {{
scope.row.standNumber
- }}-{{ scope.row.standYear }}
+ }}{{ scope.row.standYear ? '-' + scope.row.standYear : '' }}
{{ scope.row.standSortShow }} {{
scope.row.standNumber
- }}-{{ scope.row.standYear }}
+ }}{{ scope.row.standYear ? '-' + scope.row.standYear : '' }}
{{ scope.row.standSortShow }}
{{ scope.row.standNumber }}
@@ -486,19 +486,14 @@
width="150"
>
- {{
- scope.row.standSortShow
- }} {{ scope.row.standNumber }}-{{ scope.row.standYear }}
- {{
- scope.row.standSortShow
- }} {{ scope.row.standNumber }}-{{ scope.row.standYear }}
- {{
- scope.row.standSortShow
- }} {{ scope.row.standNumber }}-{{ scope.row.standYear }}
- {{
- scope.row.standSortShow
- }}
- {{ scope.row.standNumber }}
+
+ {{scope.row.standSortShow}} {{ scope.row.standNumber }}{{ scope.row.standYear ? '-' + scope.row.standYear : '' }}
+
+ {{ scope.row.standSortShow }} {{ scope.row.standNumber }}{{ scope.row.standYear ? '-' + scope.row.standYear : '' }}
+
+ {{ scope.row.standSortShow }} {{ scope.row.standNumber }}{{ scope.row.standYear ? '-' + scope.row.standYear : '' }}
+
+ {{ scope.row.standSortShow }} {{ scope.row.standNumber }}
{
diff --git a/src/sysConfig/index.js b/src/sysConfig/index.js
index 5e1b96607..a6096515a 100644
--- a/src/sysConfig/index.js
+++ b/src/sysConfig/index.js
@@ -6,10 +6,10 @@
// 服务器地址
// const devIp = '39.98.140.126'
// const devInterfacePORT = '10005'
-// const devIp = '192.168.1.33'
+// const devIp = '192.168.1.42'
// const devInterfacePORT = '9999'
-const devIp = '192.168.0.109'
-const devInterfacePORT = '9999'
+const devIp = '39.98.140.126'
+const devInterfacePORT = '4201'
// const devIp = '62.234.136.153'
// const devInterfacePORT = '8033'
// 配置 idm 认证