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

- ขยายวันสืบ และสอบ
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

@ -198,7 +198,7 @@ const columnsOrder = ref<QTableProps["columns"]>([
{
name: "fullnameOld",
align: "left",
label: "ชื่อ-สกุล(เดิม)",
label: "ชื่อ-นามสกุล(เดิม)",
sortable: true,
field: "fullnameOld",
headerStyle: "font-size: 14px; min-width: 200px",

View file

@ -77,7 +77,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "fullname",
align: "left",
label: "ชื่อ-สกุล",
label: "ชื่อ-นามสกุล",
sortable: true,
field: "fullname",
headerStyle: "font-size: 14px; min-width: 200px",
@ -192,7 +192,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "fullnameOld",
align: "left",
label: "ชื่อ-สกุล(เดิม)",
label: "ชื่อ-นามสกุล(เดิม)",
sortable: true,
field: "fullnameOld",
headerStyle: "font-size: 14px; min-width: 200px",