##
mrzhssss
2022-09-13 1b941effd3153c45a2b50f5462b54a7f64a3411d
src/main/webapp/views/projectSchedule/projectSchedule.html
@@ -3,13 +3,17 @@
<head>
    <meta charset="UTF-8">
    <title>项目执行进度表</title>
   <link rel="stylesheet" href="../../static/css/common.css">
   <link rel="stylesheet" href="../../static/css/projectSchedule.css">
   <script src="../../static/js/jquery-3.3.1.min.js"></script>
   <script src="../../static/js/common.js"></script>
   <script src="../../static/js/projectSchedule/testData.js"></script>
   <script src="../../static/js/projectSchedule/projectSchedule.js"></script>
</head>
<body>
    <div id='container'>
      <div class="table">
         <table border="1" cellspacing="" cellpadding="">
         <table  cellspacing="0" cellpadding="0">
            <thead id="tab-header"></thead>
            <tbody id="tab-body"></tbody>
         </table>