(1)Obj-list-group sub页面增加定时任务展示

(2)修复form表单当默认monitor动作时Intercept无法展示的bug
(3)调整拦截动作下发userregion
This commit is contained in:
wangxin
2019-06-17 19:00:51 +08:00
parent 323920263d
commit e622288234
6 changed files with 96 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ $(function(){
$("form input[class~='domainCheck']").attr("maxlength","1024");
$("form input[class~='domainCheck']").attr("minlength","4");
//截取过长的文字 使用id选择器;例如:tab对象->tr->td对象. 排除日志table .logTb
$("#contentTable").find("td").not(":has(a)").not(".SysException").each(function(i,element){
$("#contentTable").find("td").not(":has(a)").not(".SysException,.commonGroup").each(function(i,element){
//获取td当前对象的文本,如果长度大于25;
if(!$(element).find(".tooltips").length>0){
var tdclass= $(this).attr("class");//no_substr 不进行截取