diff --git a/app/controllers/shixuns_controller.rb b/app/controllers/shixuns_controller.rb index 22703745..2dd5a862 100755 --- a/app/controllers/shixuns_controller.rb +++ b/app/controllers/shixuns_controller.rb @@ -771,7 +771,7 @@ class ShixunsController < ApplicationController @shixun = Shixun.new(params[:shixun]) @shixun.user_id = User.current.id @shixun.trainee = params[:trainee] - @shixun.webssh = params[:webssh].to_i + #@shixun.webssh = params[:webssh].to_i @shixun.multi_webssh = @shixun.webssh == 2 && params[:multi_webssh] == "1" ? 1 : 0 @shixun.vnc = params[:vnc].to_i @shixun.can_copy = params[:can_copy].to_i diff --git a/app/views/shixuns/_form.html.erb b/app/views/shixuns/_form.html.erb index 38157452..b66dc5aa 100755 --- a/app/views/shixuns/_form.html.erb +++ b/app/views/shixuns/_form.html.erb @@ -97,7 +97,7 @@

初级学员

中级学员

高级学员

-

顶级学员

+

顶级学员

标签,不限定用户群体 diff --git a/app/views/shixuns/_settings_edit.html.erb b/app/views/shixuns/_settings_edit.html.erb index 4adf7a4a..299c7a5f 100755 --- a/app/views/shixuns/_settings_edit.html.erb +++ b/app/views/shixuns/_settings_edit.html.erb @@ -157,7 +157,7 @@

初级学员

中级学员

高级学员

-

顶级学员

+

顶级学员

标签,不限定用户群体