From 801f3ec14a04ed7fb8309953155c620882b90cea Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 29 四月 2024 16:41:36 +0800
Subject: [PATCH] 产品报表和应发工资报表

---
 src/views/reportManage/productionReport/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/reportManage/productionReport/index.vue b/src/views/reportManage/productionReport/index.vue
index 1f7b1ed..8f34543 100644
--- a/src/views/reportManage/productionReport/index.vue
+++ b/src/views/reportManage/productionReport/index.vue
@@ -61,7 +61,7 @@
 </template>
 
 <script>
-import { getAttendanceStatistic } from "@/api/employeeSalary/attendanceManage.js";
+import { getAttendanceStatistic } from "@/api/reportManage/report.js";
 import pageMixin from "@/components/makepager/pager/mixin/pageMixin";
 import { getDictList } from "@/api/productManage/silkRegisterForm.js";
 export default {
@@ -232,7 +232,7 @@
     margin: 0 30px;
     border-radius: 12px;
     background-color: #fff;
-    height: calc(100% - 180px);
+    height: calc(100% - 140px);
   }
   .list-view {
     height: calc(100% - 60px);

--
Gitblit v1.8.0