diff --git a/ruoyi-admin/src/main/resources/templates/system/checkresult/checkresult.html b/ruoyi-admin/src/main/resources/templates/system/checkresult/checkresult.html index b7d1eea..2829beb 100644 --- a/ruoyi-admin/src/main/resources/templates/system/checkresult/checkresult.html +++ b/ruoyi-admin/src/main/resources/templates/system/checkresult/checkresult.html @@ -189,8 +189,14 @@ } }) function resultCheck(id) { - var url ='/system/checkresult/checkresult/' + id; - $.modal.open("检查管理", url); + $.modal.openOptions({ + title: '检查管理', + url: prefix + '/checkresult/' + id, + width: "1300", + height: "800", + showButtonPanel: false, + btn: 0, + }) } function checkResultPrint(id){ var url ='/system/checkresult/checkprint/' + id; diff --git a/ruoyi-admin/src/main/resources/templates/system/checkresult/docheck.html b/ruoyi-admin/src/main/resources/templates/system/checkresult/docheck.html index c0600db..a3d95c3 100644 --- a/ruoyi-admin/src/main/resources/templates/system/checkresult/docheck.html +++ b/ruoyi-admin/src/main/resources/templates/system/checkresult/docheck.html @@ -3,6 +3,7 @@