fix: 修改高支模模块列表字段显示
This commit is contained in:
parent
f489731cf6
commit
1330c5b746
@ -174,16 +174,27 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
getStatusTwo(type) {
|
getStatusTwo(type) {
|
||||||
|
// if (type === 1) {
|
||||||
|
// return '电量(%)'
|
||||||
|
// } else if (type === 2) {
|
||||||
|
// return 'X轴( °)'
|
||||||
|
// } else if (type === 3) {
|
||||||
|
// return 'Y轴( °)'
|
||||||
|
// } else if (type === 4) {
|
||||||
|
// return '压力(kN)'
|
||||||
|
// } else if (type === 5) {
|
||||||
|
// return '沉降(mm)'
|
||||||
|
// }
|
||||||
if (type === 1) {
|
if (type === 1) {
|
||||||
return '电量(%)'
|
return '立杆轴力'
|
||||||
} else if (type === 2) {
|
} else if (type === 2) {
|
||||||
return 'X轴( °)'
|
return '水平位移'
|
||||||
} else if (type === 3) {
|
} else if (type === 3) {
|
||||||
return 'Y轴( °)'
|
return '模板沉降'
|
||||||
} else if (type === 4) {
|
} else if (type === 4) {
|
||||||
return '压力(kN)'
|
return '立杆倾斜'
|
||||||
} else if (type === 5) {
|
} else if (type === 5) {
|
||||||
return '沉降(mm)'
|
return '地基沉降'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
//查询高支模-报警信息
|
//查询高支模-报警信息
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user