|
|
@ -689,10 +689,10 @@ export default {
|
|
|
|
return deviceParam.vibrationAcceleration || deviceParam.VibrationAcceleration
|
|
|
|
return deviceParam.vibrationAcceleration || deviceParam.VibrationAcceleration
|
|
|
|
case 5: // 振动-温度(℃)
|
|
|
|
case 5: // 振动-温度(℃)
|
|
|
|
return deviceParam.vibrationTemp || deviceParam.VibrationTemp
|
|
|
|
return deviceParam.vibrationTemp || deviceParam.VibrationTemp
|
|
|
|
case 6: // 照度
|
|
|
|
case 6: // 噪音
|
|
|
|
return deviceParam.illuminance
|
|
|
|
|
|
|
|
case 7: // 噪声
|
|
|
|
|
|
|
|
return deviceParam.noise
|
|
|
|
return deviceParam.noise
|
|
|
|
|
|
|
|
case 7: // 照度
|
|
|
|
|
|
|
|
return deviceParam.illuminance
|
|
|
|
case 8: // 气体浓度
|
|
|
|
case 8: // 气体浓度
|
|
|
|
return deviceParam.concentration
|
|
|
|
return deviceParam.concentration
|
|
|
|
default:
|
|
|
|
default:
|
|
|
@ -761,8 +761,8 @@ export default {
|
|
|
|
3: '振动-位移(um)',
|
|
|
|
3: '振动-位移(um)',
|
|
|
|
4: '振动-加速度(g)',
|
|
|
|
4: '振动-加速度(g)',
|
|
|
|
5: '振动-温度(℃)',
|
|
|
|
5: '振动-温度(℃)',
|
|
|
|
6: '照度',
|
|
|
|
6: '噪音',
|
|
|
|
7: '噪声',
|
|
|
|
7: '照度',
|
|
|
|
8: '气体浓度'
|
|
|
|
8: '气体浓度'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return fieldMap[fieldCode] || '未知字段'
|
|
|
|
return fieldMap[fieldCode] || '未知字段'
|
|
|
|