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)