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", name: "positionType",
align: "left", align: "left",
label: "ประเภทตำแหน่ง", label: "ตำแหน่งประเภท",
sortable: true, sortable: true,
field: "positionType", field: "positionType",
headerStyle: "font-size: 14px", headerStyle: "font-size: 14px",

View file

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

View file

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

View file

@ -279,7 +279,7 @@ onMounted(async () => {
<div class="col-10 column justify-center no-wrap"> <div class="col-10 column justify-center no-wrap">
<div class="row text-grey-6"> <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 class="col-4">งก</div> <div class="col-4">งก</div>
</div> </div>
<div class="row"> <div class="row">

View file

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