去掉获取结果功能
This commit is contained in:
parent
66ecbdfce5
commit
d4a19bba6b
|
@ -148,11 +148,11 @@ function getTableAction(record) {
|
||||||
label: '答卷结果',
|
label: '答卷结果',
|
||||||
onClick: handlePeizhiDjjg.bind(null, record),
|
onClick: handlePeizhiDjjg.bind(null, record),
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
label: '获取结果',
|
// label: '获取结果',
|
||||||
onClick: handleHqjg.bind(null, record),
|
// onClick: handleHqjg.bind(null, record),
|
||||||
ifShow: record.answerSeconds == 0,
|
// ifShow: record.answerSeconds == 0,
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
label: '主观题评分',
|
label: '主观题评分',
|
||||||
onClick: handleZgypf.bind(null, record),
|
onClick: handleZgypf.bind(null, record),
|
||||||
|
|
Loading…
Reference in New Issue