ทะเบียนประวัติ => ข้อมูลเงินเดือน/ค่าจ้าง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-03-12 11:14:52 +07:00
parent e1f6162364
commit a272e499b3
6 changed files with 903 additions and 30 deletions

View file

@ -5,7 +5,7 @@ import { ref } from "vue";
export const useRegistryDetailNewDataStore = defineStore(
"registryNewDetail",
() => {
const tabMain = ref<string>("3");
const tabMain = ref<string>("1");
return { tabMain };
}
);