แก้ข้อความ

This commit is contained in:
Warunee Tamkoo 2024-08-14 10:09:23 +07:00
parent d9f0b29b2e
commit 63b3f86bc5
2 changed files with 2 additions and 2 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

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