From 2eb7b8deb7a89dcb49ab82f90b84cff7893e43c6 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Wed, 29 Oct 2025 09:19:08 +0800 Subject: [PATCH 1/3] =?UTF-8?q?1=E3=80=81=E6=9C=8D=E5=8A=A1=E6=8C=87?= =?UTF-8?q?=E4=BB=A4-=E6=97=A5=E5=BF=97=20=E8=AF=A6=E6=83=85=E8=BE=B9?= =?UTF-8?q?=E8=B7=9D=E8=B0=83=E6=95=B4=202=E3=80=81=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E6=8C=87=E4=BB=A4-=E6=8C=87=E4=BB=A4=E5=A4=87=E4=BB=BD=20?= =?UTF-8?q?=E8=AF=A6=E6=83=85=20=E8=BE=B9=E8=B7=9D=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../directivebk/DirectiveBkItemList.vue | 4 +- .../ConfigServiceDirectiveList.vue | 8 +- .../ConfigServiceDirectiveListModal.vue | 99 ++++++++++--------- 3 files changed, 56 insertions(+), 55 deletions(-) diff --git a/src/views/services/directivebk/DirectiveBkItemList.vue b/src/views/services/directivebk/DirectiveBkItemList.vue index 06a3a4a..814282f 100644 --- a/src/views/services/directivebk/DirectiveBkItemList.vue +++ b/src/views/services/directivebk/DirectiveBkItemList.vue @@ -100,7 +100,7 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({ useSearchForm: false, immediate: false, scroll: { y: '58vh' }, - showActionColumn:false, + showActionColumn: false, actionColumn: { width: 100, fixed: 'right', @@ -246,7 +246,7 @@ defineExpose({ From 98864ab58dd779ec9182e4259478ef7242a35c45 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Wed, 29 Oct 2025 10:22:40 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=EF=BC=88=E6=9C=BA=E6=9E=84=E5=8A=A0=E7=9B=9F=E3=80=81=E6=9C=BA?= =?UTF-8?q?=E6=9E=84=E4=BF=A1=E6=81=AF=EF=BC=89=E8=8F=9C=E5=8D=95=E4=B8=8B?= =?UTF-8?q?=E6=89=80=E6=9C=89=E7=9A=84=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SectionDivider/SectionDivider.vue | 13 +- .../orgInfo/components/OrgApplyInfoForm.vue | 101 +++++++++---- .../orgInfo/components/OrgApplyInfoModal.vue | 2 +- .../components/OrgApplyInfoForm.vue | 139 ++++++++++++------ .../components/OrgApplyInfoModal.vue | 2 +- 5 files changed, 177 insertions(+), 80 deletions(-) diff --git a/src/components/SectionDivider/SectionDivider.vue b/src/components/SectionDivider/SectionDivider.vue index b1a2c39..76370b6 100644 --- a/src/components/SectionDivider/SectionDivider.vue +++ b/src/components/SectionDivider/SectionDivider.vue @@ -2,7 +2,8 @@