操作记录后台查询,文案调整

This commit is contained in:
xxq250 2024-09-27 10:16:07 +08:00
parent f4525d6744
commit 17d47170ba
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class UserAction < ApplicationRecord
def action_name
case action_type
when "DestroyUser" then "删除用户"
when "DestroyUser" then "注销用户"
when "DestroyProject" then "删除项目"
when "Login" then "登录"
when "Logout" then "退出登录"