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)