diff --git a/jeecgboot-vue3-master/src/views/annualCompPoint/committee/AnnualCompPointList.vue b/jeecgboot-vue3-master/src/views/annualCompPoint/committee/AnnualCompPointList.vue index c7a1a974..e833fb10 100644 --- a/jeecgboot-vue3-master/src/views/annualCompPoint/committee/AnnualCompPointList.vue +++ b/jeecgboot-vue3-master/src/views/annualCompPoint/committee/AnnualCompPointList.vue @@ -408,7 +408,7 @@ 是否已凭奖为1且未汇总过时,可以积分汇总操作 * 状态:0待提交、1已提交(待审核)、2已审核(已通过)、3待驳回、4已驳回、5-已报名、6-已选题、7-已上传作品、8-已评分、9-已评奖,10-积分已汇总 */ - if (record.isPj == 1 && record.annualCompState != "10") { + if (record.isPj == 1 /*&& record.annualCompState != "10"*/) { actions.unshift({ label: '个人积分汇总', onClick: handleCollectScoreApply.bind(null, record),