kpi ส่ง 0

This commit is contained in:
setthawutttty 2025-03-20 15:01:17 +07:00
parent 23695d3f9f
commit 5452ac8d94
4 changed files with 12 additions and 10 deletions

View file

@ -318,7 +318,7 @@ onMounted(async () => {
borderless
readonly
:model-value="`${formDetail.posNo ? formDetail.posNo : '-'}`"
label="ตำแหน่งเลขที่"
label="เลขที่ตำแหน่ง"
/>
</div>
<div class="col-xs-6 col-sm-4 col-md-3">

View file

@ -102,7 +102,7 @@ export const useEvaluateDetailStore = defineStore("evaluateDetailStore", () => {
{
name: "posNo",
align: "left",
label: "ตำแหน่งเลขที่",
label: "เลขที่ตำแหน่ง",
sortable: true,
field: "posNo",
headerStyle: "font-size: 14px",
@ -112,7 +112,7 @@ export const useEvaluateDetailStore = defineStore("evaluateDetailStore", () => {
{
name: "positionType",
align: "left",
label: "ประเภทตำแหน่ง",
label: "ตำแหน่งประเภท",
sortable: true,
field: "positionType",
headerStyle: "font-size: 14px",