diff --git a/WebRoot/view/tb/org/task_list.html b/WebRoot/view/tb/org/task_list.html index c4e0cc90..59abdf70 100644 --- a/WebRoot/view/tb/org/task_list.html +++ b/WebRoot/view/tb/org/task_list.html @@ -189,14 +189,14 @@ cols: [[ { title: '序号', align: 'center', width: "3%", type: 'numbers' }, { title: '任务名称', align: 'left', templet: '#jobName-Templet' }, - { title: '发布时间', field: 'publish_time', align: 'center', width: "8%" }, - { title: '截止时间', field: 'deadline_time', align: 'center', width: "8%" }, - { title: '填报格式', field: 'job_type_name', align: 'center', width: "10%" }, - { title: '填报进度', align: 'center', width: "10%", templet: '#fill-progress' }, - { title: '转发进度', align: 'center', width: "10%", templet: '#forward-progress' }, - { title: '保存状态', field: 'is_save_name', align: 'center', width: "8%" }, - { title: '发布状态', field: 'publish_state_name', align: 'center', width: "8%" }, - { title: '操作', align: 'left', width: "22%", toolbar: '#table-bar' } + { title: '发布时间', field: 'publish_time', align: 'center', width: "6%" }, + { title: '截止时间', field: 'deadline_time', align: 'center', width: "6%" }, + { title: '填报格式', field: 'job_type_name', align: 'center', width: "8%" }, + { title: '填报进度', align: 'center', width: "6%", templet: '#fill-progress' }, + { title: '转发进度', align: 'center', width: "6%", templet: '#forward-progress' }, + { title: '保存状态', field: 'is_save_name', align: 'center', width: "6%" }, + { title: '发布状态', field: 'publish_state_name', align: 'center', width: "6%" }, + { title: '操作', align: 'left', width: "20%", toolbar: '#table-bar' } ]], skin: 'line', toolbar: '#table-toolbar',