赣州市洪水风险预警系统三维版本
guoshilong
2023-02-09 85f104634bcde736e1fc25d22fd4ca354c8cd52e
widgets/FloodAnalysis/Widget.html
@@ -69,7 +69,7 @@
               <label for="search-name">名称:</label>
               <input id="search-name" class="search-name-input" type="text" name="word" autocomplete="off"
                     maxlength="256" placeholder="请输入筛选名称"/>
               <input class="search-button" type="button" value="查  询"/>
               <input id="search-button" class="search-button" type="button" value="查  询"/>
            </div>
            <div class="table-box">
               <table>
@@ -83,7 +83,20 @@
                     </th>
                  </tr>
                  </thead>
                  <tbody id="flood-history-tbody" class="table-tbody flood-tbody"></tbody>
                  <tbody id="flood-history-tbody" class="table-tbody flood-tbody">
                     <tr>
                        <td><div><input type="radio" name="tableRadio" value="1"></div></td>
                        <td><div>5年洪水淹没图</div></td>
                     </tr>
                     <tr>
                        <td><div><input type="radio" name="tableRadio" value="2"></div></td>
                        <td><div>10年洪水淹没图</div></td>
                     </tr>
                     <tr>
                        <td><div><input type="radio" name="tableRadio" value="3"></div></td>
                        <td><div>15年洪水淹没图</div></td>
                     </tr>
                  </tbody>
               </table>
               <div class="flood-analysis-pagination" id="history-pagination"></div>
            </div>