From 27c4310513d5e96acfeb3aefd4c311230a9be087 Mon Sep 17 00:00:00 2001 From: zyn Date: Fri, 22 Dec 2023 11:06:29 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix(=E6=94=BF=E7=AD=96=E8=AF=A6=E6=83=85):?= =?UTF-8?q?=20=E6=94=BF=E7=AD=96=E5=88=86=E7=B1=BB=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E4=B8=8D=E5=8C=B9=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherLawsStandDetails/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/details/otherLawsStandDetails/index.vue b/src/pages/details/otherLawsStandDetails/index.vue index a6cb58560..913be55a8 100644 --- a/src/pages/details/otherLawsStandDetails/index.vue +++ b/src/pages/details/otherLawsStandDetails/index.vue @@ -42,9 +42,9 @@

{{ sarStandardsInfoEO.lawTypeFirstLevelName || '-' }}

-

{{ sarStandardsInfoEO.lawTypeFourthLevelName || '-' }}

-

{{ sarStandardsInfoEO.lawTypeSecondLevelName || '-' }}

-

{{ sarStandardsInfoEO.lawTypeThirdLevelName || '-' }}

+

{{ sarStandardsInfoEO.lawTypeSecondLevelName || '-' }}

+

{{ sarStandardsInfoEO.lawTypeThirdLevelName || '-' }}

+

{{ sarStandardsInfoEO.lawTypeFourthLevelName || '-' }}

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

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

From 30efeedde6446cc9340565e8154403113ae67c42 Mon Sep 17 00:00:00 2001 From: zyn Date: Fri, 22 Dec 2023 14:17:43 +0800 Subject: [PATCH 2/3] =?UTF-8?q?style:=20=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../policy/components/policyTree.vue | 126 +++++++++--------- 1 file changed, 65 insertions(+), 61 deletions(-) diff --git a/src/pages/policyRegulation/policy/components/policyTree.vue b/src/pages/policyRegulation/policy/components/policyTree.vue index add037f04..6b3462b05 100644 --- a/src/pages/policyRegulation/policy/components/policyTree.vue +++ b/src/pages/policyRegulation/policy/components/policyTree.vue @@ -1,68 +1,72 @@