ทะเบียนประวัติ => ข้อมูลเงินเดือน/ค่าจ้าง
This commit is contained in:
parent
e1f6162364
commit
a272e499b3
6 changed files with 903 additions and 30 deletions
|
|
@ -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 };
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue