แก้คำ

This commit is contained in:
setthawutttty 2025-01-23 17:20:12 +07:00
parent 001e84272c
commit e79055030d
3 changed files with 16 additions and 16 deletions

View file

@ -40,7 +40,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "point1Total",
align: "left",
label: "ส่วนที่1 (น้ำหนัก)",
label: "ส่วนที่ 1 (น้ำหนัก)",
sortable: true,
field: "point1Total",
headerStyle: "font-size: 14px",
@ -51,7 +51,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "point1",
align: "left",
label: "ผลประเมินส่วนที่1 (คะแนน)",
label: "ผลประเมินส่วนที่ 1 (คะแนน)",
sortable: true,
field: "point1",
headerStyle: "font-size: 14px",
@ -62,7 +62,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "point2Total",
align: "left",
label: "ส่วนที่2 (น้ำหนัก)",
label: "ส่วนที่ 2 (น้ำหนัก)",
sortable: true,
field: "point2Total",
headerStyle: "font-size: 14px",
@ -73,7 +73,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "point2",
align: "left",
label: "ผลประเมินส่วนที่2 (คะแนน)",
label: "ผลประเมินส่วนที่ 2 (คะแนน)",
sortable: true,
field: "point2",
headerStyle: "font-size: 14px",