|
@@ -1062,13 +1062,13 @@ export default {
|
|
|
console.log(dataMessage.falling, "dataMessage");
|
|
|
if (dataMessage.falling == 1) {
|
|
|
this.falling = dataMessage.falling;
|
|
|
- this.lnbAction = "actionYellow";
|
|
|
+ this.lnbAction = "actionWarn";
|
|
|
} else if (
|
|
|
dataMessage.falling == 2 ||
|
|
|
dataMessage.falling == 3
|
|
|
) {
|
|
|
this.falling = dataMessage.falling;
|
|
|
- this.lnbAction = "actionRed";
|
|
|
+ this.lnbAction = "actionSerious";
|
|
|
} else {
|
|
|
this.lnbAction = "action8";
|
|
|
}
|