|
|
|
@ -59,14 +59,9 @@
|
|
|
|
|
let cols = [
|
|
|
|
|
[
|
|
|
|
|
{ field: '', title: '序号', align: 'center', type: 'numbers', width: "5%" }
|
|
|
|
|
, { field: 'task_name', title: '任务名称', align: 'center' }
|
|
|
|
|
, { field: 'module_name', title: '所用模板名称', align: 'center' }
|
|
|
|
|
, { field: 'create_time', title: '创建时间', align: 'center', width: "10%" }
|
|
|
|
|
, { field: 'end_date', title: '结束时间', align: 'center', width: "10%" }
|
|
|
|
|
, { field: 'all_count', title: '应填报数', align: 'center', width: "10%" }
|
|
|
|
|
, { field: 'fill_count', title: '已填报数', align: 'center', width: "10%" }
|
|
|
|
|
// , { field: '', title: '已填报数', align: 'center', width: "10%", templet: '#taskFill' }
|
|
|
|
|
, { field: '', title: '发布状态', align: 'center', width: "10%", templet: getPublishText }
|
|
|
|
|
, { field: 'task_name', title: '任务名称', align: 'center' }
|
|
|
|
|
, { field: 'create_time', title: '创建时间', align: 'center', width: "10%" }
|
|
|
|
|
, { field: '', title: '状态', align: 'center', width: "10%", templet: getPublishText }
|
|
|
|
|
, { field: '', title: '操作', toolbar: '#tableOperate', align: 'center', width: "15%" }
|
|
|
|
|
]
|
|
|
|
|
]
|
|
|
|
|