| | |
| | | dataCol = [ |
| | | { label: 'id', name: 'Id', labtype: 'txt', hidden: true }, |
| | | { |
| | | label: '白名单组', name: 'PostTypeName', labtype: 'txt', hidden: false |
| | | |
| | | }, |
| | | { |
| | | label: '白名单名称', name: 'BaimingdanName', labtype: 'txt', hidden: false, |
| | | formatter: function (cellvalue, options, rowObject) { |
| | | return "<a onclick=\"OpenWindow('" + cellvalue + "','98%','100%', '/SysBaimingdan/Edit?id=" + rowObject.Id + "')\" >" + cellvalue + "</a>"; |
| | | } |
| | | }, |
| | | { |
| | | label: '白名单组', name: 'PostTypeName', labtype: 'txt', hidden: false |
| | | |
| | | }, |
| | | |
| | | |
| | | { label: '创建人', name: 'Creater', labtype: 'txt', hidden: true }, |
| | | { label: '创建时间', name: 'Createtime', labtype: 'txt', hidden: true }, |