操作记录后台查询,文案调整
This commit is contained in:
parent
f4525d6744
commit
17d47170ba
|
@ -31,7 +31,7 @@ class UserAction < ApplicationRecord
|
||||||
|
|
||||||
def action_name
|
def action_name
|
||||||
case action_type
|
case action_type
|
||||||
when "DestroyUser" then "删除用户"
|
when "DestroyUser" then "注销用户"
|
||||||
when "DestroyProject" then "删除项目"
|
when "DestroyProject" then "删除项目"
|
||||||
when "Login" then "登录"
|
when "Login" then "登录"
|
||||||
when "Logout" then "退出登录"
|
when "Logout" then "退出登录"
|
||||||
|
|
Loading…
Reference in New Issue