|
@@ -76,13 +76,14 @@
|
|
|
$('#dataGrid').dataGrid({
|
|
|
searchForm: $("#searchForm"),
|
|
|
columnModel: [
|
|
|
- {header:'${text("咨询类型")}', name:'consultType', index:'a.consult_type', width:150, align:"left", frozen:true, formatter: function(val, obj, row, act){
|
|
|
+ {header:'${text("咨询类型")}', name:'consultType', index:'a.consult_type', width:150, align:"center", frozen:true, formatter: function(val, obj, row, act){
|
|
|
return '<a href="${ctx}/consult/consultHelp/form?id='+row.id+'" class="btnList" data-title="${text("编辑咨询帮助 主表")}">'+(val||row.id)+'</a>';
|
|
|
}},
|
|
|
- {header:'${text("咨询标题")}', name:'title', index:'a.title', width:150, align:"left"},
|
|
|
+ {header:'${text("咨询标题")}', name:'title', index:'a.title', width:150, align:"center"},
|
|
|
{header:'${text("受理部门id")}', name:'deptId', index:'a.dept_id', width:150, align:"center"},
|
|
|
+ {header:'${text("受理部门名称")}', name:'deptName', index:'a.dept_id', width:150, align:"center"},
|
|
|
{header:'${text("用户id")}', name:'userId', index:'a.user_id', width:150, align:"center"},
|
|
|
- {header:'${text("咨询人姓名")}', name:'userName', index:'a.user_name', width:150, align:"left"},
|
|
|
+ {header:'${text("咨询人姓名")}', name:'userName', index:'a.user_name', width:150, align:"center"},
|
|
|
{header:'${text("0 默认 1 删除")}', name:'del', index:'a.del', width:150, align:"center"},
|
|
|
{header:'${text("咨询时间")}', name:'createTime', index:'a.create_time', width:150, align:"center"},
|
|
|
{header:'${text("操作")}', name:'actions', width:120, formatter: function(val, obj, row, act){
|