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('');
}