权限系统上传

nanfang_branch
wangxh 5 years ago
parent 9fd9801ec2
commit a4c74f7e07

@ -267,7 +267,7 @@
<div class="page-content-wrapper"> <div class="page-content-wrapper">
<div class="page-content"> <div class="page-content">
<div class="container-fluid"> <div class="container-fluid">
<iframe class="row-fluid" style="height:100%;width:100%;" src="${path}/user/pageUI" <iframe class="row-fluid" style="height:90%;width:100%;" src="${path}/user/pageUI"
id="iFrame1" name="iFrame1" scrolling="no" frameborder="0"></iframe> id="iFrame1" name="iFrame1" scrolling="no" frameborder="0"></iframe>
</div> </div>
</div> </div>

@ -2010,7 +2010,7 @@
// Width attribute // Width attribute
oCol.sWidthOrig = th.attr('width') || null; oCol.sWidthOrig = th.attr('width') || null;
// Style attribute //
var t = (th.attr('style') || '').match(/width:\s*(\d+[pxem%]+)/); var t = (th.attr('style') || '').match(/width:\s*(\d+[pxem%]+)/);
if ( t ) { if ( t ) {
oCol.sWidthOrig = t[1]; oCol.sWidthOrig = t[1];

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

@ -267,7 +267,7 @@
<div class="page-content-wrapper"> <div class="page-content-wrapper">
<div class="page-content"> <div class="page-content">
<div class="container-fluid"> <div class="container-fluid">
<iframe class="row-fluid" style="height:100%;width:100%;" src="${path}/user/pageUI" <iframe class="row-fluid" style="height:90%;width:100%;" src="${path}/user/pageUI"
id="iFrame1" name="iFrame1" scrolling="no" frameborder="0"></iframe> id="iFrame1" name="iFrame1" scrolling="no" frameborder="0"></iframe>
</div> </div>
</div> </div>

@ -77,6 +77,6 @@
<div class="login_foot"> <div class="login_foot">
<div class="span_div"><span>技术支持:厦门嘉时软件科技有限公司</span></div> <div class="span_div"><span>技术支持:厦门嘉时软件科技有限公司</span></div>
</div> </div>
<script type="text/javascript" src="${path}/static/js/lokeydowngin.js"></script> <script type="text/javascript" src="${path}/static/js/login.js"></script>
</body> </body>
</html> </html>

@ -2010,7 +2010,7 @@
// Width attribute // Width attribute
oCol.sWidthOrig = th.attr('width') || null; oCol.sWidthOrig = th.attr('width') || null;
// Style attribute //
var t = (th.attr('style') || '').match(/width:\s*(\d+[pxem%]+)/); var t = (th.attr('style') || '').match(/width:\s*(\d+[pxem%]+)/);
if ( t ) { if ( t ) {
oCol.sWidthOrig = t[1]; oCol.sWidthOrig = t[1];

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

@ -120,7 +120,7 @@ $(function(){
} }
} }
], ],
onLoadSuccess: function(){ //加载成功时执行 ess: function(){ //加载成功时执行
$(".page-list").show(); $(".page-list").show();
$("th").css({'text-align':'center','vertical-align':'middle'}) $("th").css({'text-align':'center','vertical-align':'middle'})
$("td").css({'text-align':'center','vertical-align':'middle'}) $("td").css({'text-align':'center','vertical-align':'middle'})

Loading…
Cancel
Save