|
@@ -149,14 +149,15 @@
|
|
|
"</div> "
|
|
|
|
|
|
var selectStype="<div class='form-group' style='margin-top: -4px'><label for='name'>异常类型:</label>"+
|
|
|
- "<select id='errtype' onchange='checkclick(this.value)' class='form-control input-sm'>"+
|
|
|
- "<option value='-1'>全部</option>"+
|
|
|
+ "<select id='errtype' onchange='checkclick(this.value)' class='form-control input-sm'>"+
|
|
|
+ "<option value='-1'>全部</option>"+
|
|
|
"<option value='1'>警告</option>"+
|
|
|
- "<option value='2'>错误</option>"+
|
|
|
- "</select></div>"
|
|
|
+ "<option value='2'>中文错误</option>"+
|
|
|
+ "<option value='3'>其他错误</option>"+
|
|
|
+ "</select></div>"
|
|
|
$("#spiderwarn_filter").prepend(errStype);
|
|
|
- $("#spiderwarn_filter").prepend(" ");
|
|
|
- $("#spiderwarn_filter").prepend(selectStype);
|
|
|
+ $("#spiderwarn_filter").prepend(" ");
|
|
|
+ $("#spiderwarn_filter").prepend(selectStype);
|
|
|
$("#spiderwarn_length").parent().css("width", "30%")
|
|
|
$("#spiderwarn_filter").parent().css("width", "70%")
|
|
|
$("#spiderwarn_filter").css({"display": "flex","text-align": "right","align-items": "center","justify-content": "flex-end"})
|