ปรับ filter ทะเบียนประวัติใหม่

This commit is contained in:
Warunee Tamkoo 2024-03-27 10:44:35 +07:00
parent 27a0297c92
commit 52544f7363
3 changed files with 52 additions and 32 deletions

View file

@ -11,7 +11,7 @@ export const useRegistryNewDataStore = defineStore("registryNew", () => {
const searchTypeOption = ref<DataOption[]>([
{ id: "fullName", name: "ชื่อ-นามสกุล" },
{ id: "citizenId", name: "เลขประจำตัวประชาชน" },
{ id: "posNo", name: "ตำแหน่งเลขที่" },
// { id: "posNo", name: "ตำแหน่งเลขที่" },
{ id: "position", name: "ตำแหน่งสายงาน" },
]);
const employeeClassOps = ref<DataOption[]>([