From f762c87c25d53a7f7038ebe9a6b313f018ddfc77 Mon Sep 17 00:00:00 2001
From: 20918 <2091823062@qq.com>
Date: Thu, 1 Aug 2024 09:34:36 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=9F=A5--=E8=87=AA=E6=9F=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/templates/system/check/check.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ruoyi-admin/src/main/resources/templates/system/check/check.html b/ruoyi-admin/src/main/resources/templates/system/check/check.html
index 302392d..0217773 100644
--- a/ruoyi-admin/src/main/resources/templates/system/check/check.html
+++ b/ruoyi-admin/src/main/resources/templates/system/check/check.html
@@ -148,7 +148,7 @@
var actions = [];
actions.push('详情 ');
actions.push('编辑 ');
- actions.push('检查 ');
+ actions.push('自查 ');
actions.push('删除');
return actions.join('');
}