This commit is contained in:
Warunee Tamkoo 2024-07-02 21:35:58 +07:00
parent e92af2c195
commit f255e5c9d6
4 changed files with 4 additions and 4 deletions

View file

@ -52,7 +52,7 @@ const columns = ref<QTableProps["columns"]>([
name: "point",
align: "left",
label: "ระดับคะแนนตามเกณฑ์การประเมิน",
sortable: true,
sortable: false,
field: "point",
headerStyle: "font-size: 14px",
style: "font-size: 14px",

View file

@ -71,7 +71,7 @@ const columns = ref<QTableProps["columns"]>([
name: "point",
align: "left",
label: "ระดับคะแนนตามเกณฑ์การประเมิน",
sortable: true,
sortable: false,
field: "point",
headerStyle: "font-size: 14px",
style: "font-size: 14px",

View file

@ -76,7 +76,7 @@ const columns = ref<QTableProps["columns"]>([
name: "point",
align: "left",
label: "ระดับคะแนนตามเกณฑ์การประเมิน",
sortable: true,
sortable: false,
field: "point",
headerStyle: "font-size: 14px",
style: "font-size: 14px",

View file

@ -83,7 +83,7 @@ const columns = ref<QTableProps["columns"]>([
name: "point",
align: "left",
label: "ระดับคะแนนตามเกณฑ์การประเมิน",
sortable: true,
sortable: false,
field: "point",
headerStyle: "font-size: 14px",
style: "font-size: 14px",