From 74d225cce4f79b4985914dd352e4e70bc1d41ff6 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 11 Mar 2023 00:11:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=EF=BC=9A=E5=9C=A8=20config?= =?UTF-8?q?=20=E5=88=97=E8=A1=A8=EF=BC=8C=E5=AE=8C=E6=95=B4=E5=BC=95?= =?UTF-8?q?=E5=85=A5=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Pagination/index.vue | 82 +++++++++-------------------- src/views/infra/config/index.vue | 4 +- 2 files changed, 27 insertions(+), 59 deletions(-) diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue index 50d5d885..9fc35068 100644 --- a/src/components/Pagination/index.vue +++ b/src/components/Pagination/index.vue @@ -1,64 +1,43 @@ + - - - diff --git a/src/views/infra/config/index.vue b/src/views/infra/config/index.vue index b3e627a1..e75b09da 100644 --- a/src/views/infra/config/index.vue +++ b/src/views/infra/config/index.vue @@ -36,7 +36,7 @@ range-separator="-" start-placeholder="开始日期" end-placeholder="结束日期" - :default-time="[new Date(0, 0, 0, 0, 0, 0), new Date(0, 0, 0, 23, 59, 59)]" + :default-time="[new Date('1 00:00:00'), new Date('1 23:59:59')]" /> @@ -103,8 +103,8 @@ +