เปลี่ยน id เป็น id card
This commit is contained in:
parent
19bf90fee5
commit
64f60eead9
4 changed files with 19 additions and 8 deletions
|
|
@ -20,6 +20,7 @@ export const useRegistryNewDataStore = defineStore("registryNew", () => {
|
|||
{ id: "perm", name: "ลูกจ้างประจำ" },
|
||||
// { id: "temp", name: "ลูกจ้างชั่วคราว" },
|
||||
]);
|
||||
const citizenId = ref<string>('')
|
||||
const posTypeOps = ref<DataOption[]>([]);
|
||||
const posTypeMain = ref<DataType[]>([]);
|
||||
const posLevelOps = ref<DataOption[]>([]);
|
||||
|
|
@ -147,5 +148,6 @@ export const useRegistryNewDataStore = defineStore("registryNew", () => {
|
|||
convertTypeRetired,
|
||||
retireTypeOps,
|
||||
retireTypeEmpOps,
|
||||
citizenId
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue