From f3d8cf47f66a52122b52932989e621fc18c2e404 Mon Sep 17 00:00:00 2001 From: whycq <whycq> Date: 星期三, 09 三月 2022 16:58:44 +0800 Subject: [PATCH] # 表格 --- src/main/webapp/views/projectSchedule/projectSchedule.html | 19 +++++++++++++++++++ src/main/webapp/static/js/projectSchedule/projectSchedule.js | 5 +++++ 2 files changed, 24 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/js/projectSchedule/projectSchedule.js b/src/main/webapp/static/js/projectSchedule/projectSchedule.js new file mode 100644 index 0000000..3366637 --- /dev/null +++ b/src/main/webapp/static/js/projectSchedule/projectSchedule.js @@ -0,0 +1,5 @@ +// 鏁版嵁婧� +var data = { + id:1 +} +// 琛ㄦ牸娓叉煋 diff --git a/src/main/webapp/views/projectSchedule/projectSchedule.html b/src/main/webapp/views/projectSchedule/projectSchedule.html new file mode 100644 index 0000000..3789a1f --- /dev/null +++ b/src/main/webapp/views/projectSchedule/projectSchedule.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>椤圭洰鎵ц杩涘害琛�</title> + <script src="../../static/js/jquery-3.3.1.min.js"></script> + <script src="../../static/js/projectSchedule/projectSchedule.js"></script> +</head> +<body> + <div id='container'> + <div class="table"> + <table border="1" cellspacing="" cellpadding=""> + <thead id="tab-header"></thead> + <tbody id="tab-body"></tbody> + </table> + </div> + </div> +</body> +</html> \ No newline at end of file -- Gitblit v1.9.1