| | |
| | | <thead> |
| | | <tr style="background:#304b80; color: #fff;"> |
| | | <th width="50">序号</th> |
| | | <th width="80"> |
| | | <th width="90"> |
| | | <select id="regionSelect" style="width: 100%; background: #304b80; border: none;"> |
| | | <option value="">上海市</option> |
| | | <option value="黄浦区">黄浦区</option> |
| | |
| | | <option value="普陀区">普陀区</option> |
| | | </select> |
| | | </th> |
| | | <th style="width: calc(100% - 212px); overflow: hidden; text-overflow: ellipsis;" id="newname_a">名称</th> |
| | | <th width="80"><select style="width: 100%; background: #304b80; border: none;" id="qindex_selection"></select></th> |
| | | <th style="width: calc(100% - 232px); overflow: hidden; text-overflow: ellipsis;" id="newname_a">名称</th> |
| | | <th width="90"><select style="width: 100%; background: #304b80; border: none;" id="qindex_selection"></select></th> |
| | | </tr> |
| | | </thead> |
| | | <tbody class="am-u-sm-12" id="searchInfo" style="cursor: pointer;"> |
| | |
| | | </div> |
| | | </div> |
| | | <script type="text/javascript" src="js/widget_search_view.js"></script> |
| | | <script type="text/javascript"> |
| | | // options.forEach(element => $("#qindex_selection").append("<option value='" + element + "'>" + element + "</option>")); |
| | | $("#qindex_selection").find("option[value=pm25]").text("PM₂.₅"); |
| | | $("#qindex_selection").find("option[value=pm10]").text("PM₁₀"); |
| | | $("#qindex_selection").find("option[value=no]").text("NO"); |
| | | $("#qindex_selection").find("option[value=nox]").text("NOₓ"); |
| | | $("#qindex_selection").find("option[value=no2]").text("NO₂"); |
| | | $("#qindex_selection").find("option[value=co]").text("CO"); |
| | | $("#qindex_selection").find("option[value=so2]").text("SO₂"); |
| | | $("#qindex_selection").find("option[value=o3]").text("O₃"); |
| | | $("#qindex_selection").find("option[value=o31]").text("O₃₁"); |
| | | $("#qindex_selection").find("option[value=o38]").text("O₃₈"); |
| | | $("#qindex_selection").find("option[value=aqi]").text("AQI"); |
| | | $("#qindex_selection").find("option[value=tsp]").text("TSP"); |
| | | </script> |
| | | <!--道路查询 结束--> |
| | | </body> |
| | | |