- แก้ชื่อ-นามสกุล

- ขยายวันสืบ และสอบ
This commit is contained in:
Warunee Tamkoo 2024-01-10 17:15:15 +07:00
parent 8532079f83
commit cb8cd0c8d4
18 changed files with 29 additions and 29 deletions

View file

@ -41,7 +41,7 @@ const columns = ref<any["columns"]>([
{
name: "fullname",
required: true,
label: "ชื่อ-สกุล",
label: "ชื่อ-นามสกุล",
field: "fullname",
align: "left",
},

View file

@ -84,7 +84,7 @@ const columnsModal = ref<QTableProps["columns"]>([
{
name: "name",
align: "left",
label: "ชื่อ-สกุล",
label: "ชื่อ-นามสกุล",
field: "name",
sortable: true,
sort: (a: string, b: string) =>
@ -132,7 +132,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "name",
align: "left",
label: "ชื่อ-สกุล",
label: "ชื่อ-นามสกุล",
field: "name",
sortable: true,
sort: (a: string, b: string) =>