mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 15:01:23 +08:00
nitice manage module compeled
This commit is contained in:
13
ui/src/components/notice/NoticeAdd.vue
Normal file
13
ui/src/components/notice/NoticeAdd.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<NoticeEdit />
|
||||
</template>
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: 'NoticeAdd',
|
||||
data() {
|
||||
return {}
|
||||
},
|
||||
methods: {}
|
||||
}
|
||||
</script>
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user