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