update main pages

This commit is contained in:
陈精华
2023-09-25 10:38:19 +08:00
parent 8eab415430
commit bcb278dd0b
10 changed files with 249 additions and 276 deletions

View File

@ -175,8 +175,8 @@ public class FileHandlerService implements InitializingBean {
}
// 添加sheet控制头
sb.append("<script src=\"js/jquery-3.6.1.min.js\" type=\"text/javascript\"></script>");
sb.append("<script src=\"js/excel.header.js\" type=\"text/javascript\"></script>");
sb.append("<link rel=\"stylesheet\" href=\"bootstrap/css/xlsx.css\">");
sb.append("<script src=\"excel/excel.header.js\" type=\"text/javascript\"></script>");
sb.append("<link rel=\"stylesheet\" href=\"excel/excel.css\">");
} catch (IOException e) {
e.printStackTrace();
}