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" > -