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