From 25171d9d24754a33554d57672047d24d23b3d85c Mon Sep 17 00:00:00 2001 From: fl <3098731433@qq.com> Date: Wed, 19 Feb 2025 13:56:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=90=8C=E6=AD=A5=E5=B0=8F?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/attReport/index.vue | 62 +++++++++++++++++++++++----- 1 file changed, 52 insertions(+), 10 deletions(-) diff --git a/src/views/report/attReport/index.vue b/src/views/report/attReport/index.vue index da1acbe..081778c 100644 --- a/src/views/report/attReport/index.vue +++ b/src/views/report/attReport/index.vue @@ -19,8 +19,8 @@ range-separator="-" start-placeholder="开始日期" end-placeholder="结束日期"> - 搜索 - 重置 + 搜索 + 重置 导出 - 1.模版数据(必须) - 3.旷工更新(非必) - 5.请假日更新(非必) - 7.月报表模版(非必) + + + 1.模版数据(必须) + + + + 3.旷工更新(非必) + + + + 5.请假日更新(非必) + + + + 7.月报表模版(非必) + - 2.数据拉取(必须) - 4.法假更新(非必) - 6.日报表更新(必须) - 8.月报表更新(必须) + + + 2.数据拉取(必须) + + + + 4.法假更新(非必) + + + + 6.日报表更新(必须) + + + + 8.月报表更新(必须) + @@ -289,6 +329,8 @@ import Treeselect from "@riophae/vue-treeselect"; import "@riophae/vue-treeselect/dist/vue-treeselect.css"; import { checkPersonAssignment } from "@/api/system/userInfo"; import { getDetail } from "@/api/report/monthlyError"; +import { Tooltip } from 'element-ui'; + export default { name: "AttDetails", dicts: ['att_status'],