This commit is contained in:
home孙 2025-03-08 17:05:34 +08:00
parent 0648176737
commit 3bda500683

View File

@ -958,7 +958,7 @@ export default {
},
getNumberStatus(item) {
var index = item.index
if (item.type == 2 || item.type == 5 || item.type == 6 || item.type == 12) {
if (item.type == 2 || item.type == 5 || item.type == 6 ) {
//
if (index == 0) {
return '静止状态'
@ -982,7 +982,7 @@ export default {
return ''
}
}
if(item.type == 15){
if(item.type == 15|| item.type == 12){
if (index == 0) {
return '静止状态'
} else if (index == 1) {