赣州市洪水风险预警系统三维版本
corelib/common/popup/evaluateAnalysis.html
@@ -46,16 +46,27 @@
                        <caption class="evaluate-table-caption table-caption">人口财产淹没损失表</caption>
                        <thead class="evaluate-table-thead table-thead">
                            <tr>
                                <th><div>编号</div></th>
                                <th><div>受淹户数(户)</div></th>
                                <th><div>受淹人口数量(人)</div></th>
                                <th><div>受淹居民地面积(km²)</div></th>
                                <th><div>受淹房屋价值(万元/人)</div></th>
                        <th>
                            <div>编号</div>
                        </th>
                        <th>
                            <div>受淹户数(户)</div>
                        </th>
                        <th>
                            <div>受淹人口数量(人)</div>
                        </th>
                        <th>
                            <div>受淹居民地面积(km²)</div>
                        </th>
                        <th>
                            <div>受淹房屋价值(万元/人)</div>
                        </th>
                            </tr>
                        </thead>
                        <tbody id="evaluate-tbody" class="table-tbody evaluate-tbody"></tbody>
                    </table>
                </div>
            <div class="flood-analysis-pagination Pagination" id="pagination"></div>
                <div class="evaluate-echarts" id="evaluate-echarts"></div>
            </div>
        </div>
@@ -68,6 +79,7 @@
    <script src="../../../libs/jquery/jquery-3.3.1.min.js"></script>
<script src="../../../libs/jquery.pagination.js"></script>
    <script src="../../../libs/layer/layer.js"></script>
    <script src="../../../libs/echarts/v4/echarts.min.js"></script>
    <script src="js/evaluateAnalysis.js"></script>