From 0717191a1266713110b76107f9f15a58c288f90a Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Fri, 28 Feb 2025 18:31:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=95=B0=E6=8D=AE=E9=9D=A2?= =?UTF-8?q?=E6=9D=BF=E5=B8=83=E5=B1=80=EF=BC=8C=E4=BF=AE=E6=94=B9=E7=BD=91?= =?UTF-8?q?=E6=A0=BC=E5=88=97=E6=95=B0=E5=92=8C=E8=A1=8C=E9=97=B4=E8=B7=9D?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=E7=BB=91=E5=AE=9A=E4=BA=BA=E6=95=B0?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workplace/components/data-panel-search.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/views/dashboard/workplace/components/data-panel-search.vue b/src/views/dashboard/workplace/components/data-panel-search.vue index fc84d4a..a123d69 100644 --- a/src/views/dashboard/workplace/components/data-panel-search.vue +++ b/src/views/dashboard/workplace/components/data-panel-search.vue @@ -30,7 +30,7 @@ - + @@ -70,18 +70,18 @@ - + @@ -97,6 +97,7 @@ import dayjs from 'dayjs'; login: 0, registration: 0, withdraw: 0, + binding:0 }); onMounted(async() => { @@ -111,6 +112,7 @@ import dayjs from 'dayjs'; data.login=res.data.login data.registration=res.data.registration data.withdraw=res.data.withdraw + data.binding=res.data.binding }) const reset=()=>{} @@ -119,6 +121,7 @@ import dayjs from 'dayjs'; data.login=res.data.login data.registration=res.data.registration data.withdraw=res.data.withdraw + data.binding=res.data.binding } const queryParams=ref([dayjs().subtract(1, 'day').format("YYYY-MM-DD"),dayjs().format("YYYY-MM-DD")])