whycq
2022-03-09 d8a08e3ef40f5f0381188298b2561fcf0219f977
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>