UI รอ API
This commit is contained in:
parent
b1eb3a84e0
commit
7f0af123ba
4 changed files with 790 additions and 1 deletions
|
|
@ -6,6 +6,8 @@ import Government from "@/modules/10_registry/02_Government/01_Government.vue";
|
|||
import Discipline from "@/modules/10_registry/02_Government/02_Discipline.vue";
|
||||
import Leave from "@/modules/10_registry/02_Government/03_Leave.vue";
|
||||
import Duty from "@/modules/10_registry/02_Government/04_Duty.vue";
|
||||
import Actposition from "@/modules/10_registry/02_Government/05_Actposition.vue";
|
||||
import Assistance from "@/modules/10_registry/02_Government/06_Assistance.vue";
|
||||
|
||||
const router = useRouter();
|
||||
</script>
|
||||
|
|
@ -31,6 +33,8 @@ const router = useRouter();
|
|||
<Discipline />
|
||||
<Leave />
|
||||
<Duty />
|
||||
<Actposition />
|
||||
<Assistance />
|
||||
</div>
|
||||
</template>
|
||||
<style scoped>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue