1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-06 07:21:24 +08:00

Add affair management

This commit is contained in:
assina045
2023-05-06 03:54:36 +08:00
parent 5a1d44bf66
commit c944c20f2d
12 changed files with 678 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
<template><approver-not-approved></approver-not-approved></template>
<script>
export default {
name: 'AffairPage'
}
</script>
<style scoped></style>

View File

@@ -0,0 +1,11 @@
<template>
<applicants-add-affairs></applicants-add-affairs>
</template>
<script>
export default {
name: 'AffairAdd'
}
</script>
<style scoped></style>

View File

@@ -0,0 +1,9 @@
<template><approver-approved></approver-approved></template>
<script>
export default {
name: 'AffairApproved'
}
</script>
<style scoped></style>