diff --git a/src/views/projectFront/highModulus/alarmInfo.vue b/src/views/projectFront/highModulus/alarmInfo.vue index 7afccc83..4544fadb 100644 --- a/src/views/projectFront/highModulus/alarmInfo.vue +++ b/src/views/projectFront/highModulus/alarmInfo.vue @@ -174,16 +174,27 @@ export default { } }, 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) { - return '电量(%)' + return '立杆轴力' } else if (type === 2) { - return 'X轴( °)' + return '水平位移' } else if (type === 3) { - return 'Y轴( °)' + return '模板沉降' } else if (type === 4) { - return '压力(kN)' + return '立杆倾斜' } else if (type === 5) { - return '沉降(mm)' + return '地基沉降' } }, //查询高支模-报警信息