|  | @@ -576,7 +576,13 @@
 | 
												
													
														
															|  |                  cols: [[
 |  |                  cols: [[
 | 
												
													
														
															|  |                      {type: 'numbers', title: '编号' ,width:80},
 |  |                      {type: 'numbers', title: '编号' ,width:80},
 | 
												
													
														
															|  |                      {field: 'type', title: '内容类型',width:180},
 |  |                      {field: 'type', title: '内容类型',width:180},
 | 
												
													
														
															|  | -                    {field: 'name', title: '内容名称'},
 |  | 
 | 
												
													
														
															|  | 
 |  | +                    {field: 'name',title: '内容名称',templet:function(d){
 | 
												
													
														
															|  | 
 |  | +                        if(null != d.name){
 | 
												
													
														
															|  | 
 |  | +                            return "<a class=\"attention-info\" href=\"#\" onclick=\"openDialogView('查看工作内容详情', '${ctx}/projectcontentinfo/projectcontentinfo/form?view=contentView&dictType=${dictType}&id=${id}&parentIds=${parentIds}&infoId="+d.id+"','95%', '95%')\">" + d.name + "</a>";
 | 
												
													
														
															|  | 
 |  | +						}else{
 | 
												
													
														
															|  | 
 |  | +                            return "";
 | 
												
													
														
															|  | 
 |  | +                        }
 | 
												
													
														
															|  | 
 |  | +                        }},
 | 
												
													
														
															|  |                      {field: 'masterName', title: '负责人',width:100},
 |  |                      {field: 'masterName', title: '负责人',width:100},
 | 
												
													
														
															|  |                      {field: 'createDate', title: '创建日期',width:100},
 |  |                      {field: 'createDate', title: '创建日期',width:100},
 | 
												
													
														
															|  |                      {templet: complain, title: '操作',width:130}
 |  |                      {templet: complain, title: '操作',width:130}
 |