|
|
@@ -205,7 +205,7 @@ const roundDown = ref(0)
|
|
|
const formatPayCreatedTime = (createdTime) => {
|
|
|
if (!createdTime) return ''
|
|
|
const timestamp = String(createdTime).length === 10 ? Number(createdTime) * 1000 : Number(createdTime)
|
|
|
- return dayjs(timestamp).format('YYYY-MM-DD HH:mm:ss')
|
|
|
+ return dayjs(timestamp).format('YYYY-MM-DD')
|
|
|
}
|
|
|
|
|
|
/** 打开弹窗 */
|