update ry-ui.js

pull/515/MERGE
RuoYi 2024-11-13 21:55:39 +08:00
parent e728c37b64
commit 54ba9b8c02
1 changed files with 2 additions and 1 deletions

View File

@ -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表示不显示按钮