使用jsonview展示操作日志参数

This commit is contained in:
RuoYi
2019-02-15 17:46:24 +08:00
parent fe4677bcf5
commit f1f7d7e4fc
6 changed files with 310 additions and 7 deletions

View File

@ -564,7 +564,7 @@
_width = 'auto';
_height = 'auto';
}
top.layer.open({
layer.open({
type: 2,
area: [_width + 'px', _height + 'px'],
fix: false,
@ -573,7 +573,6 @@
shade: 0.3,
title: $.table._option.modalName + "详细",
content: _url,
zIndex: 9999999999,
btn: ['关闭'],
// 弹层外区域关闭
shadeClose: true,