去掉获取结果功能

This commit is contained in:
yangjun 2024-12-17 14:59:22 +08:00
parent 66ecbdfce5
commit d4a19bba6b
1 changed files with 5 additions and 5 deletions

View File

@ -148,11 +148,11 @@ function getTableAction(record) {
label: '答卷结果',
onClick: handlePeizhiDjjg.bind(null, record),
},
{
label: '获取结果',
onClick: handleHqjg.bind(null, record),
ifShow: record.answerSeconds == 0,
},
// {
// label: '',
// onClick: handleHqjg.bind(null, record),
// ifShow: record.answerSeconds == 0,
// },
{
label: '主观题评分',
onClick: handleZgypf.bind(null, record),