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 @@ +