From 48eaf00779f0a6c0d422b26b662ef9bf19e0bfbd Mon Sep 17 00:00:00 2001 From: lichao <326994889@qq.com> Date: Wed, 20 Nov 2024 14:37:44 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/communityParty/communityNews/index.vue | 3 --- src/views/modules/communityParty/employmentService/index.vue | 3 --- src/views/modules/communityParty/noticeAnnouncement/index.vue | 3 --- .../modules/communityParty/policeCivilianInteraction/index.vue | 3 --- .../modules/communityParty/threeAffairsDisclosure/index.vue | 3 --- 5 files changed, 15 deletions(-) diff --git a/src/views/modules/communityParty/communityNews/index.vue b/src/views/modules/communityParty/communityNews/index.vue index 5b0ad79de..15436d08e 100644 --- a/src/views/modules/communityParty/communityNews/index.vue +++ b/src/views/modules/communityParty/communityNews/index.vue @@ -84,9 +84,6 @@ {{ scope.row.status === 0 ? '已下线' : '已发布' }} - - diff --git a/src/views/modules/communityParty/employmentService/index.vue b/src/views/modules/communityParty/employmentService/index.vue index 406e14c62..dd55a8cd8 100644 --- a/src/views/modules/communityParty/employmentService/index.vue +++ b/src/views/modules/communityParty/employmentService/index.vue @@ -84,9 +84,6 @@ {{ scope.row.status === 0 ? '已下线' : '已发布' }} - - diff --git a/src/views/modules/communityParty/noticeAnnouncement/index.vue b/src/views/modules/communityParty/noticeAnnouncement/index.vue index 14b2abf24..53ec31ed4 100644 --- a/src/views/modules/communityParty/noticeAnnouncement/index.vue +++ b/src/views/modules/communityParty/noticeAnnouncement/index.vue @@ -84,9 +84,6 @@ {{ scope.row.status === 0 ? '已下线' : '已发布' }} - - diff --git a/src/views/modules/communityParty/policeCivilianInteraction/index.vue b/src/views/modules/communityParty/policeCivilianInteraction/index.vue index 66e25445b..7bc82b9d0 100644 --- a/src/views/modules/communityParty/policeCivilianInteraction/index.vue +++ b/src/views/modules/communityParty/policeCivilianInteraction/index.vue @@ -84,9 +84,6 @@ {{ scope.row.status === 0 ? '已下线' : '已发布' }} - - diff --git a/src/views/modules/communityParty/threeAffairsDisclosure/index.vue b/src/views/modules/communityParty/threeAffairsDisclosure/index.vue index 2e98206ac..8993b6490 100644 --- a/src/views/modules/communityParty/threeAffairsDisclosure/index.vue +++ b/src/views/modules/communityParty/threeAffairsDisclosure/index.vue @@ -84,9 +84,6 @@ {{ scope.row.status === 0 ? '已下线' : '已发布' }} - - From e6947ca7690ef5fe955312bcd7529bda7dbdc622 Mon Sep 17 00:00:00 2001 From: lichao <326994889@qq.com> Date: Thu, 21 Nov 2024 14:17:37 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/communityParty/communityNews/add.vue | 7 ++++--- src/views/modules/communityParty/communityNews/index.vue | 5 +---- src/views/modules/communityParty/employmentService/add.vue | 7 ++++--- .../modules/communityParty/employmentService/index.vue | 5 +---- .../modules/communityParty/noticeAnnouncement/add.vue | 7 ++++--- .../modules/communityParty/noticeAnnouncement/index.vue | 5 +---- .../communityParty/policeCivilianInteraction/add.vue | 7 ++++--- .../communityParty/policeCivilianInteraction/index.vue | 5 +---- .../modules/communityParty/threeAffairsDisclosure/add.vue | 7 ++++--- .../communityParty/threeAffairsDisclosure/index.vue | 7 +------ 10 files changed, 25 insertions(+), 37 deletions(-) diff --git a/src/views/modules/communityParty/communityNews/add.vue b/src/views/modules/communityParty/communityNews/add.vue index 4907f7023..9be905b36 100644 --- a/src/views/modules/communityParty/communityNews/add.vue +++ b/src/views/modules/communityParty/communityNews/add.vue @@ -41,8 +41,8 @@ - - + + @@ -103,7 +103,7 @@ export default { searchOptions: [], searchValue: '', resultList: [], - num: 0, + sort: 1, loading: false, timeRange: [], online: false, @@ -113,6 +113,7 @@ export default { keyWords: '', activityId: '', formData: { + sort: 1, title: "",//标题 content: "",//内容 tagId: "communityNews",//标签id diff --git a/src/views/modules/communityParty/communityNews/index.vue b/src/views/modules/communityParty/communityNews/index.vue index 15436d08e..25ed48e42 100644 --- a/src/views/modules/communityParty/communityNews/index.vue +++ b/src/views/modules/communityParty/communityNews/index.vue @@ -74,10 +74,7 @@ {{ scope.row.top === 0 ? '否' : '是' }} - - + - - + - - + - - + - - +