Files
GEAR-OA/gear-ui3/src/views/peoples/attendance/attendance.vue

8 lines
182 B
Vue
Raw Normal View History

<template>
2025-08-07 14:40:39 +08:00
<attendance-page record-type="attendance" />
</template>
<script setup name="AttendanceRecord">
2025-08-07 14:40:39 +08:00
import attendancePage from './components/attendancePage.vue';
</script>