@ -276,8 +276,8 @@ class Shixun < ApplicationRecord
case trainee
when 1 then '初级学员'
when 2 then '中级学员'
when 3 then '高级学员'
when 4 then '顶级学员'
when 3 then '中高级学员'
when 4 then '高级学员'
else ''
end
@ -286,8 +286,8 @@ class Shixun < ApplicationRecord
when 1 then '初级'
when 2 then '中级'
when 3 then '高级'
when 4 then '顶级'
when 3 then '中高级'
when 4 then '高级'