Merge branch 'develop'
* develop: fix ข้อมูลเกี่ยวกับบุคคล ==> ระดับการศึกษา
This commit is contained in:
commit
b4f97bb313
1 changed files with 4 additions and 2 deletions
|
|
@ -37,7 +37,9 @@ const columns = [
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px",
|
||||||
sort: (a: string, b: string) =>
|
sort: (a: string, b: string) =>
|
||||||
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
a
|
||||||
|
.toString()
|
||||||
|
.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "createdAt",
|
name: "createdAt",
|
||||||
|
|
@ -81,7 +83,7 @@ const visibleColumns = ref<string[]>([
|
||||||
"lastUpdateFullName",
|
"lastUpdateFullName",
|
||||||
]);
|
]);
|
||||||
const pagination = ref({
|
const pagination = ref({
|
||||||
sortBy: "name",
|
sortBy: "rank",
|
||||||
});
|
});
|
||||||
|
|
||||||
const filterKeyword = ref<string>(""); //คำค้นหา
|
const filterKeyword = ref<string>(""); //คำค้นหา
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue