From f2acca07f29a8ad61e0a57cc4c1a43094a4e1f6a Mon Sep 17 00:00:00 2001 From: ieaii <1069385070@qq.com> Date: Tue, 3 Dec 2024 23:47:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-hanhai-vue/.env.development | 2 +- admin-hanhai-vue/src/views/xcx/ClockinLogList.vue | 28 +++-- .../src/views/xcx/modules/ClockInProjectForm.vue | 4 +- .../controller/ClockinLogController.java | 130 +++++++++++++++++---- .../clockinlog/mapper/ClockinLogMapper.java | 3 + .../clockinlog/ressp/ClockInLogExportResp.java | 32 +++++ .../modules/clockinlog/ressp/ClockInLogResp.java | 1 + 7 files changed, 168 insertions(+), 32 deletions(-) create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/clockinlog/ressp/ClockInLogExportResp.java diff --git a/admin-hanhai-vue/.env.development b/admin-hanhai-vue/.env.development index 7a05bb2..888fbbf 100644 --- a/admin-hanhai-vue/.env.development +++ b/admin-hanhai-vue/.env.development @@ -1,5 +1,5 @@ NODE_ENV=development -VUE_APP_API_BASE_URL=https://clockin.java996.icu/clockin-api/ +VUE_APP_API_BASE_URL=http://dev.java996.icu/clockin-api VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview VUE_APP_MAP_KEY=WPKBZ-OKICI-ZAIGE-U6TQ4-RPQIV-OXBJO diff --git a/admin-hanhai-vue/src/views/xcx/ClockinLogList.vue b/admin-hanhai-vue/src/views/xcx/ClockinLogList.vue index c762fa0..d34ed09 100644 --- a/admin-hanhai-vue/src/views/xcx/ClockinLogList.vue +++ b/admin-hanhai-vue/src/views/xcx/ClockinLogList.vue @@ -1,18 +1,28 @@