{{ formatOrderStatus(state.orderInfo) }}
      
      {{
        formatOrderStatusDescription(state.orderInfo)
      }}
    
    
    
      
        
          {{ state.orderInfo.receiverName }}
        
        {{ state.orderInfo.receiverMobile }}
      
      
        {{ state.orderInfo.receiverAreaName }} {{ state.orderInfo.receiverDetailAddress }}
      
    
    
      
      
        
          
            
              
                
                
                
              
            
            
              
            
          
        
      
    
    
    
      
        
          
            订单编号:
            {{ state.orderInfo.no }}
          
          
        
        
          下单时间:
          
            {{ sheep.$helper.timeFormat(state.orderInfo.createTime, 'yyyy-mm-dd hh:MM:ss') }}
          
        
        
          支付时间:
          
            {{ sheep.$helper.timeFormat(state.orderInfo.payTime, 'yyyy-mm-dd hh:MM:ss') }}
          
        
        
          支付方式:
          {{ state.orderInfo.payChannelName || '-' }}
        
      
    
    
    
      
        商品总额
        
          ¥{{ fen2yuan(state.orderInfo.totalPrice) }}
        
      
      
        运费
        ¥{{ fen2yuan(state.orderInfo.deliveryPrice) }}
      
      
      
        优惠劵金额
        -¥{{ fen2yuan(state.orderInfo.couponPrice) }}
      
      
        活动优惠
        ¥{{ fen2yuan(state.orderInfo.discountPrice) }}
      
      
        会员优惠
        -¥{{ fen2yuan(state.orderInfo.vipPrice) }}
      
      
        {{ state.orderInfo.payStatus ? '已付款' : '需付款' }}
        ¥{{ fen2yuan(state.orderInfo.payPrice) }}
      
      
        已退款
        ¥{{ fen2yuan(state.orderInfo.refundPrice) }}