[6.2.0]FM信息显示优化

This commit is contained in:
xuxinchao
2023-11-23 18:40:39 +08:00
parent 25153fecdc
commit bc86e638ec
2 changed files with 27 additions and 9 deletions

View File

@@ -71,7 +71,7 @@ class MsgFmData{
FM_ACT_CONTACT_OPERATIONS_ENGINEER.faultLevel ->FM_ACT_CONTACT_OPERATIONS_ENGINEER.faultAction
//请联系软件工程师
FM_ACT_CONTACT_SOFTWARE_ENGINEER.faultLevel -> FM_ACT_CONTACT_SOFTWARE_ENGINEER.faultAction
else -> "暂无"
else -> ""
}
}
@@ -136,7 +136,7 @@ class MsgFmData{
FM_RST_FORBID_MANNUAL_DERVING.resultCode -> FM_RST_FORBID_MANNUAL_DERVING.resultDefine
//失控,无法策略停车
FM_RST_OUT_OF_CONTROL.resultCode -> FM_RST_OUT_OF_CONTROL.resultDefine
else -> "暂无"
else -> ""
}
}
}