zhengyiming
2025-06-11 97a154b83ff9ec6b375b035066cb7e5e2881e1b4
packages/components/src/views/Order/components/ElectricOrder.vue
@@ -61,7 +61,7 @@
            item.frontStatus === BlLifeRecharge.constants.LifePayOrderFrontStatusEnum.退款失败
          "
          label="退款发起时间:"
          labelWidth="110px"
          :labelWidth="200"
          :value="
            item?.refundApplyTime && dayjs(item?.refundApplyTime).format('YYYY-MM-DD HH:mm:ss')
          "
@@ -87,6 +87,7 @@
import { BlLifeRecharge } from '@life-payment/core-vue';
import dayjs from 'dayjs';
import { toThousand, convertOrderFrontStatus } from '../../../utils';
import Taro from '@tarojs/taro';
defineOptions({
  name: 'ElectricOrder',