fix(director):sort
This commit is contained in:
parent
629efe5abf
commit
0bec7d1dbc
5 changed files with 270 additions and 368 deletions
|
|
@ -14,7 +14,7 @@ export const useDisciplineDirectorDataStore = defineStore(
|
|||
const rows = ref<DirectorRowsResponse[]>([]);
|
||||
const visibleColumns = ref<string[]>([
|
||||
"no",
|
||||
"fullName",
|
||||
"firstName",
|
||||
"position",
|
||||
"email",
|
||||
"phone",
|
||||
|
|
@ -34,7 +34,7 @@ export const useDisciplineDirectorDataStore = defineStore(
|
|||
style: "font-size: 14px",
|
||||
},
|
||||
{
|
||||
name: "fullName",
|
||||
name: "firstName",
|
||||
align: "left",
|
||||
label: "ชื่อ-นามสกุล",
|
||||
sortable: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue