|
|
@@ -165,10 +165,10 @@
|
|
|
,page: false
|
|
|
,cols: [[
|
|
|
{field:'index', align:'center', title: '序号', width:50}
|
|
|
- ,{field:'year', align:'center', title: '年份', minWidth:100}
|
|
|
,{field:'title', align:'center', title: '标题', minWidth:250}
|
|
|
- ,{field:'createByNameStr', align:'center', title: '创建人', minWidth:100}
|
|
|
- ,{field:'officeName', align:'center', title: '创建部门', minWidth:120}
|
|
|
+ ,{field:'year', align:'center', title: '年份', width:100}
|
|
|
+ ,{field:'createByNameStr', align:'center', title: '创建人', width:100}
|
|
|
+ ,{field:'officeName', align:'center', title: '创建部门', width:120}
|
|
|
,{field:'totalCount', align:'center', title: '应填人数', width:100}
|
|
|
,{field:'submitCount', align:'center', title: '已提交', width:100}
|
|
|
,{field:'status', align:'center', title: '状态', width:80, templet: function(d){
|
|
|
@@ -176,7 +176,7 @@
|
|
|
if(d.status == '1') return '<span style="color:#5FB878;">已发送</span>';
|
|
|
return d.status;
|
|
|
}}
|
|
|
- ,{field:'createDate', align:'center', title: '创建时间', minWidth:160}
|
|
|
+ ,{field:'createDate', align:'center', title: '创建时间', width:140}
|
|
|
,{field:'op', align:'center', title: '操作', width:280, templet: function(d){
|
|
|
var html = '<a href="javascript:void(0);" onclick="openTaskForm(\''+d.id+'\')" class="op-btn op-btn-edit">编辑</a>';
|
|
|
html += '<a href="javascript:void(0);" onclick="viewRecords(\''+d.id+'\')" class="op-btn op-btn-view">查看记录</a>';
|