| | |
| | | }, |
| | | {title: '操作', visible: role==1?true:false, align: 'center', valign: 'middle', |
| | | formatter:function (value,row) { |
| | | return '<a href="javascript:void(0);" style="color: blue" onclick="TCompetition.delete1(' + row.id +')">删除 </a> <a href="javascript:void(0);" style="color: blue" onclick="TCompetition.openTCompetitionDetail(' + row.id +')">编辑</a>' |
| | | return '<a href="javascript:void(0);" style="color: blue" ' + |
| | | 'onclick="TCompetition.delete1(' + row.id +')">删除 </a> ' + |
| | | '<a href="javascript:void(0);" style="color: blue" ' + |
| | | 'onclick="TCompetition.openTCompetitionDetail(' + row.id +')">编辑</a>' |
| | | } |
| | | }, |
| | | ]; |