| | |
| | | <body class="white-bg"> |
| | | <div id="container"> |
| | | <p class="project-name"> |
| | | <span class="name-label">项目名称:</span> |
| | | <span class="name-label">场地名称:</span> |
| | | <span class="name-val" th:text="${project.fullName}"></span> |
| | | </p> |
| | | <table class="basic-info"> |
| | |
| | | <td colspan="7" th:text="${project.address}"></td> |
| | | </tr> |
| | | <tr> |
| | | <td>项目名称:</td> |
| | | <td>场地名称:</td> |
| | | <td colspan="5" th:text="${project.fullName}"></td> |
| | | <td>项目编号:</td> |
| | | <td>场地编号:</td> |
| | | <td th:text="${project.code}"></td> |
| | | </tr> |
| | | <tr> |
| | | <td>勘探点个数:</td> |
| | | <td>钻孔个数:</td> |
| | | <td th:text="${project.holeNum}"></td> |
| | | <td>开始时间:</td> |
| | | <td th:text="${#dates.format(project.createTime,'yyyy-MM-dd')}"></td> |
| | |
| | | <td th:text="${project.leaderName}"></td> |
| | | </tr> |
| | | </table> |
| | | <div class="map-model"> |
| | | <button onclick="map()" type="button">地图模式</button> |
| | | </div> |
| | | <!-- <div class="map-model">--> |
| | | <!-- <button onclick="map()" type="button">地图模式</button>--> |
| | | <!-- </div>--> |
| | | </div> |
| | | <th:block th:include="include :: footer" /> |
| | | <th:block th:include="include :: datetimepicker-js" /> |