{{ item.title }}
						
					
				
			
			
			
				
					
						{{ formatAfterSaleStatusDescription(state.info) }}
					
					
						{{ sheep.$helper.timeFormat(state.info.updateTime, 'yyyy-mm-dd hh:MM:ss') }}
					
				
				
			
			
			
				
					{{ t('order.total_refund') }}:
					
						¥{{ fen2yuan(state.info.refundPriceTotal) }}
					
				
				
					{{ t('order.refund_amount') }}:
					¥{{ fen2yuan(state.info.refundPrice) }}
				
				
					 {{ t('order.refund_commission') }}:
					¥{{ points2point(state.info.refundIntegral) }}
				
				
					 {{ t('order.refund_points') }}:
					¥{{ points2point(state.info.refundConsumptionPoints) }}
				
			
			
			
			
			
				
			
			
			
				
					{{ t('order.service_order_number') }}:
					{{ state.info.no }}
					
				
				
					{{ t('order.application_time') }}:
					
						{{ sheep.$helper.timeFormat(state.info.createTime, 'yyyy-mm-dd hh:MM:ss') }}
					
				
				
					{{ t('order.after_sales_type') }}:
					{{ state.info.way === 10 ? t('order.refund_only') : t('order.refund_and_return') }}
				
				
					{{ t('order.application_reason') }}:
					{{ state.info.applyReason }}
				
				
					{{ t('order.related_description') }}:
					{{ state.info.applyDescription }}