导出实训反馈编码格式修改

dev_haigong
daiao 6 years ago
parent 655c62defd
commit b7b1f35913

@ -812,7 +812,7 @@ class ManagementsController < ApplicationController
format.xls{ format.xls{
shixun_ids = @all_discusses.pluck(:dis_id).uniq shixun_ids = @all_discusses.pluck(:dis_id).uniq
filename = "#{Time.now.strftime("%Y%m%d")}-实训反馈.xls" filename = "#{Time.now.strftime("%Y%m%d")}-实训反馈.xls"
send_data(shixun_feedback_xls(shixun_ids), :type => 'application/octet-stream', :filename => filename_for_content_disposition(filename)) send_data(shixun_feedback_xls(shixun_ids), :type => "text/excel;charset=utf-8; header=present", :filename => filename_for_content_disposition(filename))
} }
end end
end end

Loading…
Cancel
Save