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',