From d456784cab16828d27420a07dfbcecca9fd2df1e Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Tue, 14 May 2024 18:55:35 +0800 Subject: [PATCH] add --- pageQuota/Balance/detail.vue | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/pageQuota/Balance/detail.vue b/pageQuota/Balance/detail.vue index 96bb868..91f1ca1 100644 --- a/pageQuota/Balance/detail.vue +++ b/pageQuota/Balance/detail.vue @@ -15,7 +15,7 @@ - + 2024-4-7-2024-4-7 @@ -43,11 +43,13 @@ - + + @@ -62,7 +64,7 @@ UserWithdrawIndexApi } from "@/api/balance.js" - + const showDate = ref(false) const count = ref(0) const total = ref(0) const getInfo = async () => { @@ -83,6 +85,15 @@ } getList() + let now = ref(new Date().getTime()) + + const confirmDate = (e) => { + + console.log(e) + + } + + const nowDate = new Date() // cconst const showPop = ref(false)