first commit
This commit is contained in:
13
src/views/Counseling/CounselingByCreator.vue
Normal file
13
src/views/Counseling/CounselingByCreator.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>수다친구별 관리</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "CounselingByCounselor"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
13
src/views/Counseling/CounselingDaily.vue
Normal file
13
src/views/Counseling/CounselingDaily.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>일별 상담관리</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "CounselingDaily"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
13
src/views/Counseling/CounselingTickets.vue
Normal file
13
src/views/Counseling/CounselingTickets.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>상담권 관리</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "CounselingTickets"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user