|
@@ -315,7 +315,7 @@
|
|
|
{field:'index',align:'center', title: '序号',width:80}
|
|
|
,{field:'projectName',align:'center', title: '项目名称',minWidth:200,templet:function(d){
|
|
|
return "<a class=\"attention-info\" title=\"" + d.projectName + "\" href=\"javascript:void(0);\" onclick=\"openDialogView('查看意见反馈信息', '${ctx}/externalUnit/feedback/detail?id=" + d.id +"','95%', '95%','inputForm',' layui-border-box')\">" + d.projectName + "</a>";
|
|
|
- }}w
|
|
|
+ }}
|
|
|
,{field:'examiner',align:'center', title: '审核人', idth:200}
|
|
|
,{field:'remarks',align:'center', title: '备注', minWidth:200}
|
|
|
,{field:'createName',align:'center', title: '创建人', width:200,templet:function(d){
|