ทำเบียนประวัติลูกจ้างชั่วคราว
This commit is contained in:
parent
40b46b8c62
commit
ba64953315
25 changed files with 4679 additions and 848 deletions
9
src/modules/08_registryEmployee/views/DetailView.vue
Normal file
9
src/modules/08_registryEmployee/views/DetailView.vue
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<script setup lang="ts">
|
||||
import View from "@/modules/04_registryNew/views/detailView.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<View />
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
File diff suppressed because it is too large
Load diff
1045
src/modules/08_registryEmployee/views/MainOld.vue
Normal file
1045
src/modules/08_registryEmployee/views/MainOld.vue
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue