Commit 4f52fb3e authored by xinzhedeai's avatar xinzhedeai

报警管理-预警值设置

parent 461278fc
...@@ -2261,6 +2261,69 @@ var reqApis = function () { ...@@ -2261,6 +2261,69 @@ var reqApis = function () {
return val + ' (' + this.unit + ')' return val + ' (' + this.unit + ')'
} }
}, },
"fivedayone": {
name: "5天位移速率红色报警", must: true, type: 'tableFormat', tableFormat: function (val) {
return val + ' (' + this.unit + ')'
}
},
"fivedaytwo": {
name: "5天位移速率橙色报警", must: true, type: 'tableFormat', tableFormat: function (val) {
return val + ' (' + this.unit + ')'
}
},
"fivedaythree": {
name: "5天位移速率黄色报警", must: true, type: 'tableFormat', tableFormat: function (val) {
return val + ' (' + this.unit + ')'
}
},
"fivedayfour": {
name: "5天位移速率蓝色报警", must: true, type: 'tableFormat', tableFormat: function (val) {
return val + ' (' + this.unit + ')'
}
},
"dayone": {
name: "1天位移速率红色报警", must: true, type: 'tableFormat', tableFormat: function (val) {
return val + ' (' + this.unit + ')'
}
},
"daytwo": {
name: "1天位移速率橙色报警", must: true, type: 'tableFormat', tableFormat: function (val) {
return val + ' (' + this.unit + ')'
}
},
"daythree": {
name: "1天位移速率黄色报警", must: true, type: 'tableFormat', tableFormat: function (val) {
return val + ' (' + this.unit + ')'
}
},
"dayfour": {
name: "1天位移速率蓝色报警", must: true, type: 'tableFormat', tableFormat: function (val) {
return val + ' (' + this.unit + ')'
}
},
"hone": {
name: "1小时位移速率红色报警", must: true, type: 'tableFormat', tableFormat: function (val) {
return val + ' (' + this.unit + ')'
}
},
"htwo": {
name: "1小时位移速率橙色报警", must: true, type: 'tableFormat', tableFormat: function (val) {
return val + ' (' + this.unit + ')'
}
},
"hthree": {
name: "1小时位移速率黄色报警", must: true, type: 'tableFormat', tableFormat: function (val) {
return val + ' (' + this.unit + ')'
}
},
"hfour": {
name: "1小时位移速率蓝色报警", must: true, type: 'tableFormat', tableFormat: function (val) {
return val + ' (' + this.unit + ')'
}
},
}, },
selectList: {}, selectList: {},
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment