|
|
@@ -94,14 +94,13 @@ $('#CreateDate').val(value);
|
|
|
,{field:'MsgType', width: 200, title:'公告消息类型', sort: true}
|
|
|
,{field:'ShowType', width: 200, title:'展示类型', sort: true}
|
|
|
,{field:'Title', width: 200, title:'标题', sort: true}
|
|
|
- ,{field:'Content', width: 200, title:'正文内容', sort: true, templet: '#ContentTpl', unresize: true}
|
|
|
,{field:'Summary', width: 200, title:'推送内容', sort: true}
|
|
|
,{field:'BgPic', width: 200, title:'列表图片地址', sort: true, templet: '#BgPicTpl', unresize: true}
|
|
|
,{field:'PushType', width: 200, title:'推送类型', sort: true}
|
|
|
,{field:'PushFlag', width: 200, title:'推送标识', sort: true}
|
|
|
,{field:'PushTime', width: 200, title:'推送时间', sort: true}
|
|
|
,{field:'CreateDate', width: 200, title:'创建时间', sort: true}
|
|
|
- , { title: '操作', width: 100, align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
|
|
|
+ , { title: '操作', width: 200, align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
|
|
|
]]
|
|
|
, where: {
|
|
|
|