通用detail详细信息弹窗不显示按钮

pull/478/head
RuoYi 2023-11-22 11:37:50 +08:00
parent 752dd06cd9
commit e3be485727
1 changed files with 1 additions and 2 deletions

View File

@ -1076,8 +1076,7 @@ var table = {
width: width,
height: height,
url: _url,
skin: 'layui-layer-gray',
btn: ['关闭'],
btn: 0,
yes: function (index, layero) {
$.modal.close(index);
}