แก้คำ

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

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

View file

@ -567,7 +567,7 @@ onMounted(async () => {
</div>
</div>
<div class="row items-start">
<div class="col-2 text-grey-6 text-weight-medium">-นามสก</div>
<div class="col-2 text-grey-6 text-weight-medium"> - นามสก</div>
<div class="col-6">
{{
fatherData.prefix || fatherData.firstName || fatherData.lastName
@ -641,7 +641,7 @@ onMounted(async () => {
</div>
</div>
<div class="row items-start">
<div class="col-2 text-grey-6 text-weight-medium">-นามสก</div>
<div class="col-2 text-grey-6 text-weight-medium"> - นามสก</div>
<div class="col-6">
{{
motherData.prefix || motherData.firstName || motherData.lastName
@ -739,7 +739,7 @@ onMounted(async () => {
</div>
</div>
<div class="row items-start">
<div class="col-2 text-grey-6 text-weight-medium">-นามสก</div>
<div class="col-2 text-grey-6 text-weight-medium"> - นามสก</div>
<div class="col-6">
{{
coupleData.prefix || coupleData.firstName || coupleData.lastName
@ -840,7 +840,7 @@ onMounted(async () => {
</div>
<div class="row items-start">
<div class="col-2 text-grey-6 text-weight-medium">
-นามสก
- นามสก
</div>
<div class="col-6">
{{

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",