Merge branch 'dev-ui' of http://120.26.58.240:8888/r/LifePaymentFront into dev-ui
| | |
| | | item.frontStatus === BlLifeRecharge.constants.LifePayOrderFrontStatusEnum.退款失败 |
| | | " |
| | | label="退款发起时间:" |
| | | labelWidth="110px" |
| | | :labelWidth="200" |
| | | :value=" |
| | | item?.refundApplyTime && dayjs(item?.refundApplyTime).format('YYYY-MM-DD HH:mm:ss') |
| | | " |
| | |
| | | import { BlLifeRecharge } from '@life-payment/core-vue'; |
| | | import dayjs from 'dayjs'; |
| | | import { toThousand, convertOrderFrontStatus } from '../../../utils'; |
| | | import Taro from '@tarojs/taro'; |
| | | |
| | | defineOptions({ |
| | | name: 'ElectricOrder', |