+
+
{{ $t('ownerDetailRoomFee.lastDegree') }}{{ scope.row.preDegrees }}
+
{{ $t('ownerDetailRoomFee.currentDegree') }}{{ scope.row.curDegrees }}
+
{{ $t('ownerDetailRoomFee.unitPrice')
+ }}{{ scope.row.mwPrice ? scope.row.mwPrice : scope.row.squarePrice }}
+
{{ $t('ownerDetailRoomFee.additionalFee') }}{{ scope.row.additionalAmount }}
+
+
+
{{ $t('ownerDetailRoomFee.usage') }}{{ _getRoomAttrValue(scope.row.feeAttrs, '390006') }}
+
+
{{ $t('ownerDetailRoomFee.unitPrice') }}{{ scope.row.squarePrice }}
+
{{ $t('ownerDetailRoomFee.additionalFee') }}{{ scope.row.additionalAmount }}
+
+
+
{{ $t('ownerDetailRoomFee.algorithm')
+ }}{{ _getRoomAttrValue(scope.row.feeAttrs, '390005') }}
+
{{ $t('ownerDetailRoomFee.usage') }}{{ _getRoomAttrValue(scope.row.feeAttrs, '390003') }}
+
+
+
+
{{ $t('ownerDetailRoomFee.feeByActual') }}
+
+
+
{{ $t('ownerDetailRoomFee.unitPrice') }}{{ scope.row.squarePrice }}
+
{{ $t('ownerDetailRoomFee.additionalFee')
+ }}{{ scope.row.additionalAmount }}
+
{{ $t('ownerDetailRoomFee.fixedFee') }}{{ scope.row.additionalAmount }}
+
+
+