From 9a07c0dbc3c0f307ff9d5806cc662bb9cf26da3e Mon Sep 17 00:00:00 2001 From: wangxin Date: Tue, 18 Dec 2018 18:00:31 +0600 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5service=20=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=96=87=E4=BB=B6=E5=90=8D=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E4=BB=A5service=E5=BC=80=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/views/dashboard/trafficHttpStatisticList.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/views/dashboard/trafficHttpStatisticList.jsp b/src/main/webapp/WEB-INF/views/dashboard/trafficHttpStatisticList.jsp index cd9c146c0..d603b81dc 100644 --- a/src/main/webapp/WEB-INF/views/dashboard/trafficHttpStatisticList.jsp +++ b/src/main/webapp/WEB-INF/views/dashboard/trafficHttpStatisticList.jsp @@ -162,7 +162,7 @@ $("#export-btn").click(function(){ headings:true, footers:true, formats:["xlsx"], - fileName:"protocol", + fileName:"service", bootstrap:false }); $("#myexport").click();