zhengyiming
1 天以前 1327b99efda99ada27a956981648950f580314b0
packages/components/src/views/Order/components/GasOrder.vue
@@ -6,7 +6,8 @@
    <template #renderItem="{ item }">
      <OrderCard
        title="燃气充值"
        :status="item?.frontStatus"
        :status="item?.lifePayOrderStatus"
        :frontStatus="item?.frontStatus"
        :order-no="item?.orderNo"
        :id="item?.id"
        @goApplyRefund="emit('goApplyRefund', $event)"
@@ -52,7 +53,7 @@
            item.frontStatus === BlLifeRecharge.constants.LifePayOrderFrontStatusEnum.退款失败
          "
          label="退款发起时间:"
          labelWidth="110px"
          :labelWidth="200"
          :value="
            item?.refundApplyTime && dayjs(item?.refundApplyTime).format('YYYY-MM-DD HH:mm:ss')
          "