From 1330c5b746b7f2ae40351fa842be1f57b01456a8 Mon Sep 17 00:00:00 2001 From: Vce Date: Fri, 29 Mar 2024 17:08:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=AB=98=E6=94=AF?= =?UTF-8?q?=E6=A8=A1=E6=A8=A1=E5=9D=97=E5=88=97=E8=A1=A8=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectFront/highModulus/alarmInfo.vue | 21 ++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) 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 '地基沉降' } }, //查询高支模-报警信息