zhengcaioa/zhengcaioa/Views/Liaotian/Indexcheck.cshtml
@@ -17,7 +17,7 @@ { label: '问题', name: 'Question', labtype: 'txt', hidden: false, width: 400 , formatter: function (cellvalue, options, rowObject) { return "<a onclick=\"OpenWindow('" + cellvalue + "','98%','100%', '/Liaotian/Edit?id=" + rowObject.Id + "')\" >" + cellvalue + "</a>"; return "<a onclick=\"OpenWindow('修改问题','98%','100%', '/Liaotian/Edit?id=" + rowObject.Id + "')\" >" + cellvalue + "</a>"; } }, { label: '回答', name: 'Anwser', labtype: 'textarea', hidden: false, width: 800 },