เงินเดือน => ผังบัญชีค่าจ้างลูกจ้างประจำ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-30 13:04:43 +07:00
parent ff13fb1345
commit 6bf2247962
3 changed files with 41 additions and 24 deletions

View file

@ -1,9 +1,12 @@
<script setup lang="ts">
/** importComponents*/
import TabStructure from "@/modules/13_salary/components/salaryEmployeeChart/TabStructure.vue";
import TabCriteris from "@/modules/13_salary/components/salaryEmployeeChart/TabCriteria.vue";
/** importStore*/
import { useSalaryEmployeeChartDataStore } from "@/modules/13_salary/store/SalaryEmployeeChart";
/** use*/
const store = useSalaryEmployeeChartDataStore();
</script>