แสดงประวัติ ทะเบียนบ้าน
This commit is contained in:
parent
bda83218d9
commit
4bb4b080d5
1 changed files with 5 additions and 6 deletions
|
|
@ -112,7 +112,6 @@ const columnsHistory = ref<QTableProps["columns"]>([
|
||||||
field: "registrationProvince",
|
field: "registrationProvince",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px",
|
||||||
format: (v) => (v ? v.name : "-"),
|
|
||||||
sort: (a: string, b: string) =>
|
sort: (a: string, b: string) =>
|
||||||
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
||||||
},
|
},
|
||||||
|
|
@ -124,7 +123,7 @@ const columnsHistory = ref<QTableProps["columns"]>([
|
||||||
field: "registrationDistrict",
|
field: "registrationDistrict",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px",
|
||||||
format: (v) => (v ? v.name : "-"),
|
// format: (v) => (v ? v.name : "-"),
|
||||||
sort: (a: string, b: string) =>
|
sort: (a: string, b: string) =>
|
||||||
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
||||||
},
|
},
|
||||||
|
|
@ -136,7 +135,7 @@ const columnsHistory = ref<QTableProps["columns"]>([
|
||||||
field: "registrationSubDistrict",
|
field: "registrationSubDistrict",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px",
|
||||||
format: (v) => (v ? v.name : "-"),
|
// format: (v) => (v ? v.name : "-"),
|
||||||
sort: (a: string, b: string) =>
|
sort: (a: string, b: string) =>
|
||||||
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
||||||
},
|
},
|
||||||
|
|
@ -185,7 +184,7 @@ const columnsHistory = ref<QTableProps["columns"]>([
|
||||||
field: "currentProvince",
|
field: "currentProvince",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px",
|
||||||
format: (v) => (v ? v.name : "-"),
|
// format: (v) => (v ? v.name : "-"),
|
||||||
sort: (a: string, b: string) =>
|
sort: (a: string, b: string) =>
|
||||||
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
||||||
},
|
},
|
||||||
|
|
@ -197,7 +196,7 @@ const columnsHistory = ref<QTableProps["columns"]>([
|
||||||
field: "currentDistrict",
|
field: "currentDistrict",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px",
|
||||||
format: (v) => (v ? v.name : "-"),
|
// format: (v) => (v ? v.name : "-"),
|
||||||
sort: (a: string, b: string) =>
|
sort: (a: string, b: string) =>
|
||||||
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
||||||
},
|
},
|
||||||
|
|
@ -209,7 +208,7 @@ const columnsHistory = ref<QTableProps["columns"]>([
|
||||||
field: "currentSubDistrict",
|
field: "currentSubDistrict",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px",
|
||||||
format: (v) => (v ? v.name : "-"),
|
// format: (v) => (v ? v.name : "-"),
|
||||||
sort: (a: string, b: string) =>
|
sort: (a: string, b: string) =>
|
||||||
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue