1
This commit is contained in:
parent
0648176737
commit
3bda500683
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user