From e0c438dcd646b16e87a88267a4ed2a430787c5dd Mon Sep 17 00:00:00 2001 From: ye1023 <12588209+ye1023@user.noreply.gitee.com> Date: Tue, 18 Aug 2026 10:13:38 +0800 Subject: [PATCH] =?UTF-8?q?yxk-20260818=20=E6=8A=8A=E6=8A=8A=E8=84=89?= =?UTF-8?q?=E3=80=81=E6=89=80=E5=8A=A1=E4=BC=9A=E3=80=81=E5=85=9A=E5=A7=94?= =?UTF-8?q?=E4=BC=9A=E7=9A=84=E6=9F=A5=E7=9C=8B=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bg/bgpartymatter/BgPartymatterList.vue | 4 +- .../components/BgPartymatterDetailModal.vue | 478 +++++++++++++++-- .../components/BgTakepulseDetailModal.vue | 486 +++++++++++++++--- 3 files changed, 846 insertions(+), 122 deletions(-) diff --git a/src/views/bg/bgpartymatter/BgPartymatterList.vue b/src/views/bg/bgpartymatter/BgPartymatterList.vue index 58343af..2be7ce6 100644 --- a/src/views/bg/bgpartymatter/BgPartymatterList.vue +++ b/src/views/bg/bgpartymatter/BgPartymatterList.vue @@ -159,7 +159,7 @@ - + @@ -195,7 +195,7 @@ const props = withDefaults( defineProps<{ - meetingType?: string; + meetingType?: 'party' | 'office'; ledgerTitle?: string; flowName?: string; permissionPrefix?: string; diff --git a/src/views/bg/bgpartymatter/components/BgPartymatterDetailModal.vue b/src/views/bg/bgpartymatter/components/BgPartymatterDetailModal.vue index c5206b1..0f20508 100644 --- a/src/views/bg/bgpartymatter/components/BgPartymatterDetailModal.vue +++ b/src/views/bg/bgpartymatter/components/BgPartymatterDetailModal.vue @@ -7,20 +7,81 @@ :footer="null" :maskClosable="false" :bodyStyle="{ maxHeight: '70vh', overflowY: 'auto', padding: '16px 24px 20px' }" + wrapClassName="partymatter-detail-modal" destroyOnClose > -
-
- {{ field.label }} - {{ field.value }} -
+
+
+
+ + + +
+ {{ meetingPresentation.summaryLabel }} +

{{ detailSummary.title }}

+
+
+ +
+
+ + 年份 + {{ detailSummary.year }} +
+
+ + 会议时间 + {{ detailSummary.matterTime }} +
+
+ 完成状态:{{ detailSummary.bpmStatus }} + 密级:{{ detailSummary.secretLevel }} + 是否急件:{{ detailSummary.urgencyLevel }} +
+
+
+ +
+
+ + + +

会议决议

+
+
{{ meetingResolution }}
+
+ +
+
+ + + +

会议与编号

+
+
+
+ {{ field.label }} + {{ field.value }} +
+
+
+ +
+
+ + + +

责任与落实

+
+
+
+ {{ field.label }} + {{ field.value }} +
+
+
@@ -48,12 +109,12 @@ :scroll="{ x: 1600 }" :loading="feedbackLoading" > -