+
{{ $t('carDetailFee.preDegrees') }}:{{ scope.row.preDegrees }}
+
{{ $t('carDetailFee.curDegrees') }}:{{ scope.row.curDegrees }}
+
{{ $t('carDetailFee.unitPrice') }}:{{ scope.row.mwPrice ? scope.row.mwPrice : scope.row.squarePrice
+ }}
+
{{ $t('carDetailFee.additionalFee') }}:{{ scope.row.additionalAmount }}
+
+
+
{{ $t('carDetailFee.unitPrice') }}:{{ scope.row.squarePrice }}
+
{{ $t('carDetailFee.fixedFee') }}:{{ scope.row.additionalAmount }}
+
+