fix: 修改高支模模块列表字段显示

This commit is contained in:
Vce 2024-03-29 17:08:55 +08:00
parent f489731cf6
commit 1330c5b746

View File

@ -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 '地基沉降'
} }
}, },
//- //-