From 035aa9733d40bb4e6e696891994e71fc83c2263f Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Tue, 19 Jul 2022 10:22:06 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20-=20=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../meetManage/modules/ProblemCollectionList.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/incomePayments/meetManage/modules/ProblemCollectionList.vue b/src/views/incomePayments/meetManage/modules/ProblemCollectionList.vue index 12fff5a..80b91da 100644 --- a/src/views/incomePayments/meetManage/modules/ProblemCollectionList.vue +++ b/src/views/incomePayments/meetManage/modules/ProblemCollectionList.vue @@ -27,7 +27,7 @@ - + @@ -193,8 +193,8 @@ export default { initData(record) { this.lastQueryParam = {} this.queryParam = {} - if(record.registerDeadline && !record.addQuestionStatue) { - let canOpe = !this.compareCurrentTime(record.registerDeadline) + if(record.endTimeAddQuestion && !record.addQuestionStatue_dictText) { + let canOpe = !this.compareCurrentTime(record.endTimeAddQuestion) record.addQuestionStatue_dictText = canOpe ? '征集中' : '已结束' } this.model = Object.assign({}, record)