From 4a1c21f7aec5a0e52e564b718731c0207eb3da57 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Mon, 29 Nov 2021 15:42:07 +0800 Subject: [PATCH 01/11] =?UTF-8?q?=E5=9B=BD=E5=86=85=E5=BA=93=E7=9A=84?= =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E6=A0=91=E7=8A=B6=E6=90=9C=E7=B4=A2=E6=A1=86?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=E5=87=8F=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 3466fe04a..401b481e6 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -5690,7 +5690,7 @@ export default { .tree-content { background: #fff; - width: 20%; + width: 16%; position: relative; .tree { From 56537b248295bb385a87b3afa1efc08eaf906903 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Mon, 29 Nov 2021 16:55:23 +0800 Subject: [PATCH 02/11] =?UTF-8?q?=E6=94=B6=E8=97=8F=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E6=8D=A2=E4=B8=8B=EF=BC=8C=E6=94=B6=E8=97=8F=E4=BA=86=E4=BB=A5?= =?UTF-8?q?=E5=90=8E=E5=8F=98=E5=AE=9E=E5=BF=83=E7=9A=84=E4=BA=94=E8=A7=92?= =?UTF-8?q?=E6=98=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 6 +++--- .../components/EnterpriseStandardDatabase.vue | 4 ++-- .../foreignStandardsAndRegulations/index.vue | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 401b481e6..23c1e6870 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -308,7 +308,7 @@

{{ sarStandardsInfoEO.standName || '-' }}

-

{{ sarStandardsInfoEO.standEnName || '-' }}

+

{{ sarStandardsInfoEO.standEnName || '-' }}

{{ sarStandardsInfoEO.lawsNo || '-' }}

{{ sarStandardsInfoEO.lawsName || '-' }}

-

{{ sarStandardsInfoEO.lawsEnName || '-' }}

+

{{ sarStandardsInfoEO.lawsEnName || '-' }}

{{ sarStandardsInfoEO.issueTime || '-' }}

{{ sarStandardsInfoEO.issueCompany || '-' }}

{{ sarStandardsInfoEO.issueCompany || '-' }}

diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index a7fc45a56..dbc92c0e2 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -94,7 +94,7 @@

{{ sarStandardsInfoEO.standName || '-' }}

-

{{ +

{{ sarStandardsInfoEO.standEnName || '-' }}

From 119d1afb61fc1499c6f63078ef9feead8e3eeb6c Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Mon, 29 Nov 2021 17:19:23 +0800 Subject: [PATCH 05/11] =?UTF-8?q?=E4=B8=89=E5=A4=A7=E5=BA=93=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E8=8B=B1=E6=96=87=E5=90=8D=E7=A7=B0=E5=B1=95=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherBussStandardDetails/index.vue | 4 ++-- src/pages/details/otherLawsStandDetails/index.vue | 4 ++-- src/pages/details/otherStandardDetails/index.vue | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue index ee48b78d1..013c1b45e 100644 --- a/src/pages/details/otherBussStandardDetails/index.vue +++ b/src/pages/details/otherBussStandardDetails/index.vue @@ -83,7 +83,7 @@

{{ sarStandardsInfoEO.standName || '-' }}

-

{{ sarStandardsInfoEO.standEnName || '-' }}

+

{{ sarStandardsInfoEO.standEnName || '-' }}

{{ sarStandardsInfoEO.lawsNo || '-' }}

{{ sarStandardsInfoEO.lawsName || '-' }}

-

{{ sarStandardsInfoEO.lawsEnName || '-' }}

+

{{ sarStandardsInfoEO.lawsEnName || '-' }}

{{ sarStandardsInfoEO.issueTime || '-' }}

{{ sarStandardsInfoEO.issueCompany || '-' }}

{{ sarStandardsInfoEO.issueCompany || '-' }}

@@ -913,7 +913,7 @@ export default { data () { return { activeNames: ['基础信息'], - activeState: false, + activeState: true, visiblePlanCheck: false, form: {}, relateDialog: false, diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index dbc92c0e2..c07974728 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -94,7 +94,7 @@

{{ sarStandardsInfoEO.standName || '-' }}

-

{{ +

{{ sarStandardsInfoEO.standEnName || '-' }}

@@ -1415,7 +1415,7 @@ export default { data() { return { activeNames: ['基础信息'], - activeState: false, + activeState: true, itemExistList:[], interpretationContent: '', relatedTermsDrawerVisible: false, From 2f9e9c0b12788e65c496bc3c0d0f101fed350a6e Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Mon, 29 Nov 2021 17:35:45 +0800 Subject: [PATCH 06/11] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../details/otherStandardDetails/index.vue | 127 ++++++++++-------- 1 file changed, 70 insertions(+), 57 deletions(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index c07974728..9ac12f49f 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -32,7 +32,7 @@ - +

-