From 4499081def233d5d96b6af1b141c0ec39221aaa9 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Wed, 13 Nov 2019 14:00:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E6=B5=81=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/managements_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/managements_controller.rb b/app/controllers/managements_controller.rb index 1c14e82e..884e32a8 100644 --- a/app/controllers/managements_controller.rb +++ b/app/controllers/managements_controller.rb @@ -39,7 +39,7 @@ class ManagementsController < ApplicationController format.html format.xls{ time = Time.now.strftime("%Y%m%d") - filename = "实训课程体系#{time}.xls" + filename = "引流情况#{time}.xls" send_data(user_agents_export(), :type => 'application/octet-stream', :filename => filename_for_content_disposition(filename)) } end