feat:部门

pg_adapter
wangxy 9 months ago
parent 9f97dd981d
commit 1a26433c5f

@ -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: '考试时长',

Loading…
Cancel
Save