main
kgdxpr 2 years ago
parent 4186edd390
commit 935912dc33

@ -40,11 +40,13 @@
let cols = [
[
{ field: 'num', title: '名次', align: 'center', width: "5%" }
, { field: 'person_name', title: '姓名', align: 'center' }
, { field: 'score', title: '得分', align: 'center', width: "10%" }
, { field: 'start_time', title: '开始时间', align: 'center', width: "20%" }
, { field: 'end_time', title: '交卷时间', align: 'center', width: "20%" }
, { field: 'ys', title: '用时', align: 'center', width: "20%" }
, { field: 'person_name', title: '姓名', align: 'center' , width: "10%" }
, { field: 'ks', title: '处室', align: 'center' , width: "15%" }
, { field: 'tel', title: '办公电话', align: 'center', width: "15%" }
, { field: 'score', title: '得分', align: 'center', width: "5%" }
, { field: 'ys', title: '用时', align: 'center', width: "15%" }
, { field: 'start_time', title: '开始时间', align: 'center', width: "15%" }
, { field: 'end_time', title: '交卷时间', align: 'center', width: "15%" }
, { field: '', title: '操作', toolbar: '#tableOperate', align: 'center', width: "5%" }
]
]

Loading…
Cancel
Save