|
|
|
@ -381,14 +381,14 @@ $(function() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{ field: 'noticeTypeName', title: '类型名称' },
|
|
|
|
|
{ field: 'noticeTitle', title: '通知主题' },
|
|
|
|
|
{ field: 'noticeContent', title: '通知内容' },
|
|
|
|
|
{ field: 'noticeSend', title: '通知人' },
|
|
|
|
|
{ field: 'noticeReceive', title: '接收人' },
|
|
|
|
|
{ field: 'noticeDate', title: '通知时间' },
|
|
|
|
|
{ field: 'readFlag', title: '已读否' ,formatter: 'formatReadFlag'},
|
|
|
|
|
{ field: 'effective', title: '有效否' ,formatter: 'formatEffective'},
|
|
|
|
|
{ field: 'noticeTypeName', title: '类型名称', align: 'left'},
|
|
|
|
|
{ field: 'noticeTitle', title: '通知主题', align: 'center' },
|
|
|
|
|
{ field: 'noticeContent', title: '通知内容', align: 'center'},
|
|
|
|
|
{ field: 'noticeSend', title: '通知人', align: 'center' },
|
|
|
|
|
{ field: 'noticeReceive', title: '接收人', align: 'center' },
|
|
|
|
|
{ field: 'noticeDate', title: '通知时间', align: 'center' },
|
|
|
|
|
{ field: 'readFlag', title: '已读否' ,formatter: 'formatReadFlag', align: 'center'},
|
|
|
|
|
{ field: 'effective', title: '有效否' ,formatter: 'formatEffective', align: 'center'},
|
|
|
|
|
{ field: 'operate', title: '操作', align: 'center', events : operateEvents, formatter: 'formatOperBtn' },
|
|
|
|
|
],
|
|
|
|
|
//在哪一列展开树形
|
|
|
|
@ -412,7 +412,7 @@ $(function() {
|
|
|
|
|
onLoadSuccess: function(){ //加载成功时执行
|
|
|
|
|
$(".page-list").show();
|
|
|
|
|
$("th").css({'text-align':'center','vertical-align':'middle'})
|
|
|
|
|
$("td").css({'text-align':'center','vertical-align':'middle'})
|
|
|
|
|
/*$("td").css({'text-align':'center','vertical-align':'middle'})*/
|
|
|
|
|
},
|
|
|
|
|
onCheck:function(row){
|
|
|
|
|
var datas = $table.bootstrapTable('getData');
|
|
|
|
|