From 2a7b50f3cb2f224a3d4aab597041467f03132b2a Mon Sep 17 00:00:00 2001 From: zyn Date: Fri, 10 Nov 2023 16:12:50 +0800 Subject: [PATCH] =?UTF-8?q?78224=20=E5=86=85=E5=A4=96=E9=83=A8=E4=BC=9A?= =?UTF-8?q?=E8=AE=AE=E3=80=81=E6=94=BF=E7=AD=96=E8=AF=BE=E9=A2=98=E3=80=81?= =?UTF-8?q?=E6=94=BF=E7=AD=96=E6=B3=95=E8=A7=84=E8=B5=84=E6=96=99=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=9D=A1=E4=BB=B6=E4=B8=AD=E6=97=B6=E9=97=B4=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E8=8C=83=E5=9B=B4=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../meeting/components/TopicsTable.vue | 16 ++- src/pages/policyRegulation/meeting/index.vue | 18 ++- .../policyRegulation/policyTopics/index.vue | 18 ++- .../components/RegulatoryMaterialsMain.vue | 18 ++- .../components/RetrieveTopics.vue | 120 ++++++++++-------- 5 files changed, 129 insertions(+), 61 deletions(-) diff --git a/src/pages/policyRegulation/meeting/components/TopicsTable.vue b/src/pages/policyRegulation/meeting/components/TopicsTable.vue index 4dca28cd8..69ed77451 100644 --- a/src/pages/policyRegulation/meeting/components/TopicsTable.vue +++ b/src/pages/policyRegulation/meeting/components/TopicsTable.vue @@ -17,7 +17,7 @@ - + + + + + - + + + + + - + + + + + - + + + + + @@ -10,53 +10,71 @@
@@ -162,7 +180,8 @@ export default { pageSize: this.$store.getters.userInfo.configContent, topicName: '', organizer: '', - startTime: '', + startTimeBegin: '', + startTimeEnd: '', topicStatus: '' }, total: 0, @@ -207,7 +226,8 @@ export default { pageSize: this.$store.getters.userInfo.configContent, topicName: '', organizer: '', - startTime: '', + startTimeBegin: '', + startTimeEnd: '', topicStatus: '' }