From 7ebebdaa2514ce1fb28b150c1ea180a6f7de3b93 Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Mon, 18 Nov 2024 16:49:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/system/checkReport/checkReport.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/checkReport/checkReport.html b/ruoyi-admin/src/main/resources/templates/system/checkReport/checkReport.html index c1e527d..4937203 100644 --- a/ruoyi-admin/src/main/resources/templates/system/checkReport/checkReport.html +++ b/ruoyi-admin/src/main/resources/templates/system/checkReport/checkReport.html @@ -59,7 +59,7 @@ 添加 - + 修改 @@ -170,7 +170,7 @@ formatter: function(value, row, index) { var actions = []; actions.push('详情 '); - actions.push('编辑 '); + actions.push('编辑 '); actions.push('删除'); return actions.join(''); } @@ -240,9 +240,9 @@ $.modal.openTab("添加" + table.options.modalName, prefix + '/add'); } // $.modal.open("修改" + table.options.modalName, ); - function openEdit(id){ - $.modal.openTab("修改" + table.options.modalName, prefix + '/edit' + '/' + id); - } + // function openEdit(id){ + // $.modal.openTab("修改" + table.options.modalName, prefix + '/edit' + '/' + id); + // }