喻忠伟 4 months ago
commit 48736f357e
  1. 2
      jeecgboot-vue3-master/src/views/annualCompPoint/student/AnnualCompPointList.vue

@ -251,12 +251,14 @@
onClick: workManage.bind(null, record), onClick: workManage.bind(null, record),
}); });
} }
/*
if (record.requireTopic === 'Y' && record.annualCompState === '2') { if (record.requireTopic === 'Y' && record.annualCompState === '2') {
actions.unshift({ actions.unshift({
label: '选题', label: '选题',
onClick: handleSubmitandApply.bind(null, record), onClick: handleSubmitandApply.bind(null, record),
}); });
} }
*/
return actions; return actions;
} }

Loading…
Cancel
Save