From a3b633f510acddc3b19515d20471441b45de9a6d Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 5 Jan 2022 17:31:25 +0800 Subject: [PATCH] 26364 --- .../components/Detail.vue | 2 +- .../AppReportAiWill/AppReportAtWill.vue | 51 +++---------------- .../AppReportAiWill/reportAtWillDetail.vue | 4 +- 3 files changed, 10 insertions(+), 47 deletions(-) diff --git a/packages/3.0.0/AppVillagerDiscussion/components/Detail.vue b/packages/3.0.0/AppVillagerDiscussion/components/Detail.vue index 1c20f4d2..46383590 100644 --- a/packages/3.0.0/AppVillagerDiscussion/components/Detail.vue +++ b/packages/3.0.0/AppVillagerDiscussion/components/Detail.vue @@ -16,7 +16,7 @@ - + - - -
{{ row.integral > 0 ? '+' + row.integral : row.integral }}
-
h('span', - { - style: {color: this.dict.getColor("reportAtWillPublicityStatus", row.publicityStatus) - } - }, this.dict.getLabel("reportAtWillPublicityStatus", row.publicityStatus)) - }, - {slot: 'integral'}, {slot: 'options'} ] }, @@ -167,7 +133,6 @@ this.areaId = this.user.info.areaId this.dict.load("reportAtWillPublicityStatus", "reportAtWillHandleStatus", "atWillReportType") this.getTableData() - // this.$route.query.id && this.showDetail(this.$route.query) }, methods: { diff --git a/packages/wechat/AppReportAiWill/reportAtWillDetail.vue b/packages/wechat/AppReportAiWill/reportAtWillDetail.vue index 616762cc..27fded41 100644 --- a/packages/wechat/AppReportAiWill/reportAtWillDetail.vue +++ b/packages/wechat/AppReportAiWill/reportAtWillDetail.vue @@ -1,14 +1,12 @@