feat:考试详情

pg_adapter
wangxy 9 months ago
parent 2a0c19eb9a
commit d49db93602

@ -81,6 +81,18 @@
return $.table.selectDictLabel(types, value); return $.table.selectDictLabel(types, value);
} }
}, },
{
field: 'timeLimit',
title: '是否限时',
align: 'center',
formatter: function(value, row, index) {
if(value=='1'){
return '限时';
}else{
return '不限时';
}
}
},
{ {
field: 'totalScore', field: 'totalScore',
title: '考试总分', title: '考试总分',

Loading…
Cancel
Save