diff --git a/SGGL/FineUIPro.Web/File/Excel/DataIn/考试试题模版.xls b/SGGL/FineUIPro.Web/File/Excel/DataIn/考试试题模版.xls index 1e02d1b..1ebef08 100644 Binary files a/SGGL/FineUIPro.Web/File/Excel/DataIn/考试试题模版.xls and b/SGGL/FineUIPro.Web/File/Excel/DataIn/考试试题模版.xls differ diff --git a/SGGL/FineUIPro.Web/HSSE/EduTrain/TestTraining.aspx.cs b/SGGL/FineUIPro.Web/HSSE/EduTrain/TestTraining.aspx.cs index b0a140c..ec4d86a 100644 --- a/SGGL/FineUIPro.Web/HSSE/EduTrain/TestTraining.aspx.cs +++ b/SGGL/FineUIPro.Web/HSSE/EduTrain/TestTraining.aspx.cs @@ -409,6 +409,16 @@ namespace FineUIPro.Web.HSSE.EduTrain #region 导出按钮 + /// + /// 导出按钮 + /// + /// + /// + protected void btnMenuOut_Click(object sender, EventArgs e) + { + PageContext.RegisterStartupScript(Window3.GetShowReference(String.Format("TestTrainingOut.aspx", "导出 - "))); + } + /// /// 导出按钮 ///