ประกาศเกษียณอายุราชการ
This commit is contained in:
parent
2569fc1573
commit
0de7b3f523
2 changed files with 18 additions and 13 deletions
|
|
@ -3,8 +3,8 @@ import { ref } from 'vue'
|
|||
export const useDataStoreRetirement = defineStore("retirementDatastore", () => {
|
||||
const tab = ref<any>("officer");
|
||||
const type = ref<string>("officer");
|
||||
const clickTab = (role:string) => {
|
||||
type.value = role
|
||||
const clickTab = (role: string) => {
|
||||
type.value = role
|
||||
}
|
||||
return {
|
||||
tab,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue