KPI => แก้คำ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-08-01 13:06:22 +07:00
parent e9f35c8d68
commit 33e94a311d
4 changed files with 5 additions and 5 deletions

View file

@ -92,7 +92,7 @@ const items = ref<any>([
},
{
icon: "mdi-account-box-outline",
title: "ผู้ขอรับการประเมิน (KPI)",
title: "ผู้รับการประเมิน (KPI)",
sub: "ประเมินผลการปฏิบัติหน้าที่ราชการ",
color: "red-2",
path: "/KPI",

View file

@ -344,7 +344,7 @@ onMounted(() => {
/>
<Work
v-model:data="rows_03"
:title="`3. งานที่ได้รับมอบหมายพิเศษ`"
:title="`3. งานอื่น ๆ ที่ได้รับมอบหมาย`"
:page="3"
:fetchList="fetchAssigned"
:total="totalResults3"

View file

@ -443,8 +443,8 @@ const title = computed(() => {
: "เพิ่มตัวชี้วัดตามหน้าที่ความรับผิดชอบ";
} else if (numpage.value === 3) {
name = isStatusEdit.value
? "แก้ไขตัวชี้วัดที่ได้รับมอบหมาย"
: "เพิ่มตัวชี้วัดที่ได้รับมอบหมาย";
? "แก้ไขตัวชี้วัดงานอื่น ๆ ที่ได้รับมอบหมาย"
: "เพิ่มตัวชี้วัดงานอื่น ๆ ที่ได้รับมอบหมาย";
}
return name;
});

View file

@ -40,7 +40,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "name",
align: "left",
label: "ผู้ขอรับการประเมิน",
label: "ผู้รับการประเมิน",
sortable: true,
field: "name",
headerStyle: "font-size: 14px",