赣州市洪水风险预警系统三维版本
guoshilong
2023-02-03 17ab57553df0ff07d4b913bb1f315f9f45a9bc0e
corelib/common/popup/evaluateAnalysis.html
@@ -15,18 +15,18 @@
                <div class="evaluate-box-top-left">
                    <div class="column-1">
                        <div>
                            <span>受灾户数:</span><span>125</span>
                            <span >受灾户数:</span><span class="house">暂无数据</span>
                        </div>
                        <div>
                            <span>受灾面积:</span><span>47.999km²</span>
                            <span>受灾面积:</span><span class="area">暂无数据</span>
                        </div>
                    </div>
                    <div class="column-2">
                        <div>
                            <span>受灾人口:</span><span>625人</span>
                            <span>受灾人口:</span><span class="people">暂无数据</span>
                        </div>
                        <div>
                            <span>房屋价值:</span><span>189.999万元</span>
                            <span>房屋价值:</span><span class="money">暂无数据</span>
                        </div>
                    </div>
                </div>
@@ -41,20 +41,22 @@
                </div>
            </div>
            <div class="evaluate-box-middle">
                <table class="evaluate-table-thead table-thead">
                    <caption>人口财产淹没损失表</caption>
                    <thead>
                    <tr>
                        <th><div>编号</div></th>
                        <th><div>受淹户数(户)</div></th>
                        <th><div>受淹人口数量(人)</div></th>
                        <th><div>受淹居民地面积(km²)</div></th>
                        <th><div>受淹房屋价值(万元/人)</div></th>
                    </tr>
                    </thead>
                </table>
                <div class="evaluate-echarts" id="evaluate-echarts">
                <div class="evaluate-table">
                    <table>
                        <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>
                            </tr>
                        </thead>
                        <tbody id="evaluate-tbody" class="table-tbody evaluate-tbody"></tbody>
                    </table>
                </div>
                <div class="evaluate-echarts" id="evaluate-echarts"></div>
            </div>
        </div>