ทะเบียนประวัติ => ตำแหน่งเงินเดือน
This commit is contained in:
parent
4f4ffa0399
commit
f96643cc6c
8 changed files with 1176 additions and 5 deletions
|
|
@ -5,7 +5,7 @@ import { ref } from "vue";
|
|||
export const useRegistryDetailNewDataStore = defineStore(
|
||||
"registryNewDetail",
|
||||
() => {
|
||||
const tabMain = ref<string>("1");
|
||||
const tabMain = ref<string>("3");
|
||||
return { tabMain };
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue