ทะเบียนประวัติ Position
This commit is contained in:
parent
24f68d129d
commit
c60f2acd22
4 changed files with 732 additions and 28 deletions
|
|
@ -8,6 +8,7 @@ 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";
|
||||
import Position from "@/modules/10_registry/02_Government/07_Position.vue";
|
||||
|
||||
const router = useRouter();
|
||||
</script>
|
||||
|
|
@ -30,11 +31,12 @@ const router = useRouter();
|
|||
|
||||
<div :class="`row q-my-sm ${$q.screen.gt.xs ? '' : 'mobileClass'}`">
|
||||
<Government />
|
||||
<Position />
|
||||
<Actposition />
|
||||
<Assistance />
|
||||
<Discipline />
|
||||
<Leave />
|
||||
<Duty />
|
||||
<Actposition />
|
||||
<Assistance />
|
||||
</div>
|
||||
</template>
|
||||
<style scoped>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue