MrShi
7 小时以前 ea2fb93a0dfcde8f5b66825b20f9d9b835a28acc
admin/src/components/business/OperaOrderDetail.vue
@@ -356,8 +356,9 @@
          <span  class="price-span">实际支付:¥{{ ((detailInfo.order.payAmount||0) / 100).toFixed(2) }}</span>
          <span class="price-span">退款金额:¥{{ ((detailInfo.order.refundAmount ||0)/ 100).toFixed(2) }}</span>
          <span class="price-span">超时金额:¥{{ ((detailInfo.order.overdueAmount ||0)/ 100).toFixed(2) }}</span>
          <span class="price-span">异常金额:¥{{ ((detailInfo.order.exceptionAmount ||0)/ 100).toFixed(2) }}</span>
          <span class="price-span">异常金额:¥{{ ((detailInfo.order.exceptionFee ||0)/ 100).toFixed(2) }}</span>
          <span class="price-span">优惠卷抵扣金额:¥{{ ((detailInfo.order.deductionAmount ||0)/ 100).toFixed(2) }}</span>
          <span class="price-span">门店保管补贴:¥{{ ((detailInfo.order.shopCompensationAmount ||0)/ 100).toFixed(2) }}</span>
        </div>
      </div>
    </div>
@@ -390,8 +391,7 @@
    },
    open (row) {
      this.title = '订单详情'
      getById(row.id).then(res => {
        console.log(res)
      getById(row).then(res => {
        this.detailInfo = res
        this.visible = true
      }).catch(e => {