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