From 801f3ec14a04ed7fb8309953155c620882b90cea Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期一, 29 四月 2024 16:41:36 +0800 Subject: [PATCH] 产品报表和应发工资报表 --- src/views/reportManage/payableSalaryReport/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/reportManage/payableSalaryReport/index.vue b/src/views/reportManage/payableSalaryReport/index.vue index 1d04dd3..21f44a8 100644 --- a/src/views/reportManage/payableSalaryReport/index.vue +++ b/src/views/reportManage/payableSalaryReport/index.vue @@ -46,7 +46,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 NewDate from "@/api/date"; const { getCurrentMonth } = NewDate; @@ -226,7 +226,7 @@ box-sizing: border-box; padding: 10px 20px; border-radius: 12px; - height: calc(100% - 92px); + height: calc(100% - 102px); .body-card { background-color: #fff; border-radius: 12px; -- Gitblit v1.8.0