diff --git a/WebRoot/view/tb/org/task_list.html b/WebRoot/view/tb/org/task_list.html index abf5df7c..83f42c38 100644 --- a/WebRoot/view/tb/org/task_list.html +++ b/WebRoot/view/tb/org/task_list.html @@ -74,28 +74,27 @@ + - + + + + + + @@ -152,7 +151,7 @@ function tableRender() { table.render({ elem: '#data-table', - url: '/QingLong/dataShare/listSystem', + url: '/QingLong/collect/getJobList', where: { keyword: $("#system_name").val(), except_system_id: -1 @@ -165,14 +164,14 @@ , next: "下一页" }, cols: [[ - { type: 'checkbox', width: "5%" }, { title: '序号', align: 'center', width: "5%", type: 'numbers' }, - { title: '系统名称', field: 'system_name', align: 'center' }, - { title: '前缀标识', field: 'prefix', align: 'center', width: "10%" }, - { title: '已订阅表个数', field: 'table_cnt', align: 'center', width: "10%" }, - { title: 'AK', field: 'access_key', align: 'center', width: "20%", templet: '#AK-Templet' }, - { title: 'SK', field: 'secret_key', align: 'center', width: "20%", templet: '#SK-Templet' }, - { title: '操作', toolbar: '#table-bar', align: 'center', width: "15%" } + { title: '任务名称', field: 'job_name', align: 'center' }, + { title: '发布时间', field: 'prefix', align: 'center', width: "10%" }, + { title: '截止时间', field: 'table_cnt', align: 'center', width: "10%" }, + { title: '填报格式', field: 'access_key', align: 'center', width: "20%" }, + { title: '填报进度', field: 'secret_key', align: 'center', width: "20%" }, + { title: '状态', field: 'secret_key', align: 'center', width: "20%" }, + { title: '操作', align: 'center', width: "15%", toolbar: '#table-bar' } ]], skin: 'line', toolbar: '#table-toolbar', @@ -327,7 +326,7 @@ window.openExcelCreatePage = function () { // window.location = "./upload_excel.html"; window.location = "./fields_set.html?job_id=3"; - + // layer.open({ // type: 2, // title: '创建任务',