kpi แก้ชื่อฟิล

This commit is contained in:
setthawutttty 2025-03-18 13:57:19 +07:00
parent cddd19efc2
commit 8da2bcc2a3
5 changed files with 5 additions and 5 deletions

View file

@ -121,7 +121,7 @@ const columnsRespondent = ref<QTableProps["columns"]>([
{
name: "positionType",
align: "left",
label: "ประเภทตำแหน่ง",
label: "ตำแหน่งประเภท",
sortable: true,
field: "positionType",
headerStyle: "font-size: 14px",

View file

@ -54,7 +54,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "posMasterNoOld",
align: "left",
label: "ตำแหน่งเลขที่",
label: "เลขที่ตำแหน่ง",
sortable: true,
field: "posMasterNoOld",
headerStyle: "font-size: 14px",

View file

@ -469,7 +469,7 @@ onMounted(async () => {
</div>
<div class="col-2">
<div class="column">
<span class="text-grey-6">ประเภทตำแหน</span>
<span class="text-grey-6">ตำแหนประเภท</span>
<span class="text-weight-medium text-dark">{{
store.dataEvaluation.posTypeName
}}</span>

View file

@ -279,7 +279,7 @@ onMounted(async () => {
<div class="col-10 column justify-center no-wrap">
<div class="row text-grey-6">
<div class="col-4">ตำแหนงในสายงาน</div>
<div class="col-4">ประเภทตำแหน</div>
<div class="col-4">ตำแหนประเภท</div>
<div class="col-4">งก</div>
</div>
<div class="row">

View file

@ -370,7 +370,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "posNo",
align: "left",
label: "ตำแหน่งเลขที่",
label: "เลขที่ตำแหน่ง",
sortable: false,
field: "posNo",
headerStyle: "font-size: 14px",