{{
$t('common.button.search')
}}
{{ $t('common.button.reset') }}
{{ $t('common.button.export') }}
{{ getBusinessTypeLabel(scope.row.businessType) }}
{{ parseTime(scope.row.feeCollectionTime, '{y}-{m}-{d}') }}
{{ scope.row.status == '1' ? $t('common.dict.enabled') : $t('common.dict.disabled') }}
{{ $t('common.button.detail') }}
{{ $t('common.dict.enabled') }}
{{ $t('common.dict.disabled') }}
{{ getBusinessTypeLabel(form.businessType) }}
{{ form.relatedOrderId }}
{{ form.userId }}
{{ form.feeStandardId }}
{{ form.discountRuleId }}
{{ form.calculatedFeeAmount }}
{{ form.discountedFeeAmount }}
{{ form.actualFeeAmount }}
{{ form.status === '1' ? $t('common.dict.enabled') : $t('common.dict.disabled') }}