diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue
index 2a85a3026..134fb22ad 100644
--- a/src/pages/details/otherBussStandardDetails/index.vue
+++ b/src/pages/details/otherBussStandardDetails/index.vue
@@ -53,13 +53,13 @@
title="下载"
@click="downloadFile(file.id)"
class="icon-download"
- v-btn-permission="$route.params.pageType === 'INLAND_STAND' ? 'd5b28957b5105c805e90a16fd5056a45' : 'a772afab2a6708883335500f3f86e771'"
+ v-btn-permission="$route.params.pageType === 'INLAND_STAND' ? 'd5b28957b5105c805e90a16fd5056a45' : '9882f477aad895ec56a7464f3e9c0b11'"
/>
@@ -599,13 +599,13 @@
title="下载"
@click="downloadFile(file.id)"
class="icon-download"
- v-btn-permission="$route.params.pageType === 'INLAND_STAND' ? 'd5b28957b5105c805e90a16fd5056a45' : 'a772afab2a6708883335500f3f86e771'"
+ v-btn-permission="$route.params.pageType === 'INLAND_STAND' ? 'd5b28957b5105c805e90a16fd5056a45' : '9882f477aad895ec56a7464f3e9c0b11'"
/>
diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue
index 9e33d9b48..ab14af1e9 100644
--- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue
+++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue
@@ -311,6 +311,7 @@
show-overflow-tooltip
prop="standName"
label="中文名称"
+ width="200"
>
{{ scope.row.standName }}
@@ -322,6 +323,7 @@
show-overflow-tooltip
prop="standEnName"
label="英文名称"
+ width="200"
>
{{ scope.row.standEnName }}
@@ -333,7 +335,7 @@
prop="issueTime"
label="发布日期"
sortable
- width="110"
+ width="150"
>
{{scope.row.issueTime ? scope.row.issueTime.slice(0, 10) : ''}}
@@ -345,7 +347,7 @@
prop="putTime"
label="实施日期"
sortable
- width="110"
+ width="150"
>
{{scope.row.putTime ? scope.row.putTime.slice(0, 10) : ''}}
@@ -358,7 +360,7 @@
sortable
prop="standStatusShow"
label="文本状态"
- width="110"
+ width="120"
>
diff --git a/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue b/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue
index 1b94490b0..b1a5d7daa 100644
--- a/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue
+++ b/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue
@@ -210,6 +210,7 @@
show-overflow-tooltip
prop="lawsName"
label="中文名称"
+ width="200"
>
{{ scope.row.lawsName }}
@@ -221,6 +222,7 @@
show-overflow-tooltip
prop="lawsEnName"
label="英文名称"
+ width="200"
>
{{ scope.row.lawsEnName }}
@@ -232,7 +234,7 @@
prop="issueTime"
label="发文日期"
sortable
- width="110"
+ width="150"
>
{{scope.row.issueTime ? scope.row.issueTime.slice(0, 10) : ''}}
@@ -244,7 +246,7 @@
prop="XCXSSRQLAWS"
label="新车实施日期"
sortable
- width="130"
+ width="150"
>
{{scope.row.putTime ? scope.row.putTime.slice(0, 10) : ''}}
@@ -257,7 +259,7 @@
sortable
prop="standStatusShow"
label="文本状态"
- width="110"
+ width="120"
>
diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
index 12e9a9f23..ce628bb1a 100644
--- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
@@ -210,6 +210,7 @@
show-overflow-tooltip
prop="standName"
label="标准名称"
+ width="200"
>
{{
@@ -226,7 +227,7 @@
@@ -243,7 +244,7 @@