ปรับ filter ทะเบียนประวัติใหม่
This commit is contained in:
parent
27a0297c92
commit
52544f7363
3 changed files with 52 additions and 32 deletions
|
|
@ -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[]>([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue