เงินเดือน => ผังบัญชีค่าจ้างลูกจ้างประจำ
This commit is contained in:
parent
ff13fb1345
commit
6bf2247962
3 changed files with 41 additions and 24 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue