{{ $t('message.towerCrane.equipmentName') }}:
{{ $t('message.towerCrane.equipmentName') }}:{{
scope.row.devName
}}
{{ $t('message.towerCrane.equipmentNumber') }}:{{
scope.row.devSn
}}
{{ $t('message.towerCrane.driverName') }}:{{
scope.row.driverName
}}
{{ $t('message.towerCrane.driverIdNumber') }}:{{
scope.row.driverIdCard
}}
{{ $t('message.towerCrane.dutyCycleStartTime') }}:{{
scope.row.startTime
}}
{{ $t('message.towerCrane.dutyCycleEndTime') }}:{{
scope.row.endTime
}}
{{ $t('message.towerCrane.dutyCycleDuration') }}:{{
scope.row.workTime
}}s
{{ $t('message.towerCrane.maxDutyCycleLoad') }}:{{
scope.row.loading
}}kg
{{ $t('message.towerCrane.maxAngleDutyCycle') }}:{{
scope.row.maxAngle
}}°
{{ $t('message.towerCrane.minAngleDutyCycle') }}:{{
scope.row.minAngle
}}°
{{ $t('message.towerCrane.maxHeightDutyCycle') }}:{{
scope.row.maxHeight
}}m
{{ $t('message.towerCrane.minHeightDutyCycle') }}:{{
scope.row.minHeight
}}m
{{ $t('message.towerCrane.maxAmpDutyCycle') }}:{{
scope.row.maxRange
}}m
{{ $t('message.towerCrane.minAmpDutyCycle') }}:{{
scope.row.minRange
}}m
{{ $t('message.towerCrane.cycleStartHeight') }}:{{
scope.row.slingStartHeight
}}m
{{ $t('message.towerCrane.cycleEndHeight') }}:{{
scope.row.slingEndHeight
}}m
{{ $t('message.towerCrane.startRange') }}:{{
scope.row.slingStartRange
}}m
{{ $t('message.towerCrane.endRange') }}:{{
scope.row.slingEndRange
}}m
{{ $t('message.towerCrane.startAngle') }}:{{
scope.row.slingStartRotation
}}°
{{ $t('message.towerCrane.endAngle') }}:{{
scope.row.slingEndRotation
}}°
{{ $t('message.towerCrane.maxLoadRatio') }}:{{
scope.row.peakLoad
}}
{{ $t('message.towerCrane.maxWindSpeed') }}:{{
scope.row.maxWindSpeed
}}m/s
{{ $t('message.towerCrane.maxMoment') }}:{{
scope.row.workMaxForce
}}kg·m
{{ $t('message.towerCrane.maxMomentPercentage') }}:{{
scope.row.workMaxTorque
}}%
{{ $t('message.towerCrane.maxRange') }}:{{
scope.row.workMaxTorqueRange
}}m
{{ $t('message.towerCrane.dutyCycleRatio') }}:{{
scope.row.workMultiple
}}
{{ $t('message.towerCrane.antiCollisionAlarm') }}:
{{
scope.row.workEnvironmentAlarm
? $t('message.towerCrane.callThePolice')
: $t('message.towerCrane.normal')
}}
{{ $t('message.towerCrane.text2') }}:
{{
scope.row.workHeightAlarm
? $t('message.towerCrane.callThePolice')
: $t('message.towerCrane.normal')
}}
{{ $t('message.towerCrane.text3') }}:
{{
scope.row.workHeightLowerAlarm
? $t('message.towerCrane.callThePolice')
: $t('message.towerCrane.normal')
}}
{{ $t('message.towerCrane.text4') }}:
{{
scope.row.workMaxRangeAlarm
? $t('message.towerCrane.callThePolice')
: $t('message.towerCrane.normal')
}}
{{ $t('message.towerCrane.text5') }}:
{{
scope.row.workMinRangeAlarm
? $t('message.towerCrane.callThePolice')
: $t('message.towerCrane.normal')
}}
{{ $t('message.towerCrane.text6') }}:
{{
scope.row.workMomentPreAlarm
? $t('message.towerCrane.earlyWarning')
: scope.row.workMomentAlarm
? $t('message.towerCrane.callThePolice')
: $t('message.towerCrane.normal')
}}
{{ $t('message.towerCrane.text7') }}:
{{
scope.row.workMultiAlarm
? $t('message.towerCrane.callThePolice')
: $t('message.towerCrane.normal')
}}
{{ $t('message.towerCrane.text8') }}:
{{
scope.row.workNegAngleAlarm
? $t('message.towerCrane.callThePolice')
: $t('message.towerCrane.normal')
}}
{{ $t('message.towerCrane.text9') }}:
{{
scope.row.workObliguityAlarm
? $t('message.towerCrane.callThePolice')
: $t('message.towerCrane.normal')
}}
{{ $t('message.towerCrane.text10') }}:
{{
scope.row.workPosAngleAlarm
? $t('message.towerCrane.callThePolice')
: $t('message.towerCrane.normal')
}}
{{ $t('message.towerCrane.text12') }}:
{{
scope.row.workWindSpeedAlarm == 0
? '正常'
: scope.row.workWindSpeedAlarm == 1
? '报警'
: '预警'
}}
{{ $t('message.towerCrane.whether1') }}:
{{
scope.row.workEnvironmentAlarm
? $t('message.towerCrane.callThePolice')
: $t('message.towerCrane.normal')
}}
{{ $t('message.towerCrane.whether2') }}:
{{
scope.row.workMomentPreAlarm
? $t('message.towerCrane.callThePolice')
: $t('message.towerCrane.normal')
}}