From a9d97b150701e634bdb751eab277696abd136cca Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 16 六月 2026 14:39:47 +0800
Subject: [PATCH] 君歌app 1.依照web端功能修改

---
 src/pages/oa/AttendManage/overtime-apply/index.vue |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/pages/oa/AttendManage/overtime-apply/index.vue b/src/pages/oa/AttendManage/overtime-apply/index.vue
new file mode 100644
index 0000000..439ea26
--- /dev/null
+++ b/src/pages/oa/AttendManage/overtime-apply/index.vue
@@ -0,0 +1,12 @@
+<!--
+  OA / 鍋囧嫟绠$悊 / 鍔犵彮鐢宠
+  璺敱锛�/pages/oa/AttendManage/overtime-apply/index
+-->
+<template>
+  <ApprovalInstanceListPage :module-key="APPROVAL_MODULE_KEYS.OVERTIME" />
+</template>
+
+<script setup>
+  import ApprovalInstanceListPage from "../../_components/ApprovalInstanceListPage.vue";
+  import { APPROVAL_MODULE_KEYS } from "../../_utils/approvalModuleRegistry.js";
+</script>

--
Gitblit v1.9.3