feat: employee history type & function

This commit is contained in:
puriphatt 2024-06-28 08:09:37 +00:00
parent 764e759ee3
commit 39272000a7
3 changed files with 47 additions and 0 deletions

View file

@ -13,6 +13,7 @@ const useOptionStore = defineStore('optionStore', () => {
if (option) return option.label;
}
}
return value;
}
return {