diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
index 0fe402bef..3f3fdacb7 100644
--- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
@@ -186,12 +186,12 @@
{{ scope.row.standName }}
@@ -221,7 +221,7 @@
{{ formatIssueDate(scope.row.issueTime) }}
@@ -231,7 +231,7 @@
@@ -244,7 +244,7 @@
{{ scope.row.XCXSSRQ ? scope.row.XCXSSRQ.substring(0, 10) : '-' }}
@@ -254,7 +254,7 @@
{{ scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ.substring(0, 10) : '-' }}
@@ -264,7 +264,7 @@
@@ -278,7 +278,7 @@
{{ textStatusMap[scope.row.textStatus] }}
-
+
@@ -298,7 +298,7 @@
@@ -311,7 +311,7 @@
show-overflow-tooltip
prop="standName"
label="中文名称"
- width="350"
+ min-width="35%"
>
{{ scope.row.standName }}
@@ -323,7 +323,7 @@
show-overflow-tooltip
prop="standEnName"
label="英文名称"
- width="350"
+ min-width="35%"
>
{{ scope.row.standEnName }}
@@ -335,7 +335,7 @@
prop="issueTime"
label="发布日期"
sortable
- width="91"
+ min-width="13%"
>
{{scope.row.issueTime ? scope.row.issueTime.slice(0, 10) : ''}}
@@ -347,7 +347,7 @@
prop="putTime"
label="实施日期"
sortable
- width="91"
+ min-width="13%"
>
{{scope.row.putTime ? scope.row.putTime.slice(0, 10) : ''}}
@@ -360,7 +360,7 @@
sortable
prop="standStatusShow"
label="文本状态"
- width="75"
+ min-width="10%"
>
@@ -376,7 +376,7 @@
-
+
@@ -197,7 +197,7 @@
@@ -210,7 +210,7 @@
show-overflow-tooltip
prop="lawsName"
label="中文名称"
- width="350"
+ min-width="45%"
>
{{ scope.row.lawsName }}
@@ -222,7 +222,7 @@
show-overflow-tooltip
prop="lawsEnName"
label="英文名称"
- width="350"
+ min-width="45%"
>
{{ scope.row.lawsEnName }}
@@ -234,7 +234,7 @@
prop="issueTime"
label="发文日期"
sortable
- width="91"
+ min-width="13%"
>
{{scope.row.issueTime ? scope.row.issueTime.slice(0, 10) : ''}}
@@ -246,7 +246,7 @@
prop="XCXSSRQLAWS"
label="新车实施日期"
sortable
- width="91"
+ min-width="13%"
>
{{scope.row.putTime ? scope.row.putTime.slice(0, 10) : ''}}
@@ -259,7 +259,7 @@
sortable
prop="standStatusShow"
label="文本状态"
- width="75"
+ min-width="10%"
>
@@ -276,7 +276,7 @@
-
+
{{
@@ -210,7 +210,7 @@
show-overflow-tooltip
prop="standName"
label="标准名称"
- width="350"
+ min-width="45%"
>
{{
@@ -227,7 +227,7 @@
@@ -244,7 +244,7 @@
@@ -261,7 +261,7 @@
{{
@@ -278,7 +278,7 @@
{{
@@ -295,7 +295,7 @@
@@ -312,7 +312,7 @@
{{ textStatusMap[scope.row.textStatus] }}
-
+