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);
+ // }