เพิ่มเมนูย่อยเงินเดือน
This commit is contained in:
parent
3fc169cd28
commit
0fd75e09f9
6 changed files with 56 additions and 0 deletions
11
src/modules/13_salary/views/salaryLists.vue
Normal file
11
src/modules/13_salary/views/salaryLists.vue
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div class="row items-center">
|
||||
<div class="toptitle text-dark row items-center q-py-xs">
|
||||
รายการเงินเดือน
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
11
src/modules/13_salary/views/salaryRound.vue
Normal file
11
src/modules/13_salary/views/salaryRound.vue
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div class="row items-center">
|
||||
<div class="toptitle text-dark row items-center q-py-xs">
|
||||
รอบการขึ้นเงินเดือน
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue