HTTP配置增加excel导入功能,但导入功能按钮暂时隐藏,待后续完善。
Signed-off-by: zhangwei <zhangwei@intranet.com>
This commit is contained in:
@@ -264,7 +264,7 @@ public class ExportExcel {
|
||||
t = ss[0];
|
||||
}
|
||||
}
|
||||
headerList.add(msgProp.getProperty(t));
|
||||
headerList.add(msgProp.getProperty(t)==null?t:msgProp.getProperty(t));
|
||||
}
|
||||
initialize(title, headerList);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user