mirror of https://gitee.com/y_project/RuoYi.git
update ry-ui.js
parent
e728c37b64
commit
54ba9b8c02
|
@ -52,7 +52,7 @@ var table = {
|
||||||
toolbar: "toolbar",
|
toolbar: "toolbar",
|
||||||
loadingFontSize: 13,
|
loadingFontSize: 13,
|
||||||
striped: false,
|
striped: false,
|
||||||
escape: false,
|
escape: true,
|
||||||
firstLoad: true,
|
firstLoad: true,
|
||||||
showFooter: false,
|
showFooter: false,
|
||||||
search: false,
|
search: false,
|
||||||
|
@ -920,6 +920,7 @@ var table = {
|
||||||
fix: false,
|
fix: false,
|
||||||
area: [_width + 'px', _height + 'px'],
|
area: [_width + 'px', _height + 'px'],
|
||||||
content: _url,
|
content: _url,
|
||||||
|
closeBtn: $.common.isEmpty(options.closeBtn) ? 1 : options.closeBtn,
|
||||||
shadeClose: $.common.isEmpty(options.shadeClose) ? true : options.shadeClose,
|
shadeClose: $.common.isEmpty(options.shadeClose) ? true : options.shadeClose,
|
||||||
skin: options.skin,
|
skin: options.skin,
|
||||||
// options.btn设置为0表示不显示按钮
|
// options.btn设置为0表示不显示按钮
|
||||||
|
|
Loading…
Reference in New Issue