实训的等级调整

dev_jupyter
cxt 5 years ago
parent 5223734c4a
commit 25ae96a83a

@ -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
end
@ -286,8 +286,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
end

Loading…
Cancel
Save