This commit is contained in:
呱呱呱 2025-06-19 16:46:03 +08:00
parent 2b9e53565a
commit e7795faa22
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class UserAction < ApplicationRecord
case action_type case action_type
when "DestroyUser" then "账号:#{user&.login}<br/>邮箱:#{user&.mail}<br/>手机号:#{user&.phone}<br/>昵称:#{user&.nickname}<br/>" when "DestroyUser" then "账号:#{user&.login}<br/>邮箱:#{user&.mail}<br/>手机号:#{user&.phone}<br/>昵称:#{user&.nickname}<br/>"
when "DestroyProject" then "项目名称:#{project&.name}<br/>项目标识:#{project&.identifier}<br/>" when "DestroyProject" then "项目名称:#{project&.name}<br/>项目标识:#{project&.identifier}<br/>"
when "DestroyOrganization" then "组织名称:#{organization&.name}<br/>组织标识:#{organization&.login}<br/>" when "DestroyOrganization" then "组织名称:#{organization&.nickname}<br/>组织标识:#{organization&.login}<br/>"
else "--" else "--"
end end
end end