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

add personAffairs model and solve warning

This commit is contained in:
assina045
2023-05-23 15:16:00 +08:00
parent 98c1a187a4
commit 79ebf022b3
10 changed files with 367 additions and 106 deletions

View File

@@ -0,0 +1,9 @@
<template><personal-affairs></personal-affairs></template>
<script>
export default {
name: 'PersonalAffairsView'
}
</script>
<style scoped></style>