Merge branch 'develop' into devTee
This commit is contained in:
commit
29fc658a0c
3 changed files with 4 additions and 7 deletions
|
|
@ -75,9 +75,6 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
label: empType.value === "officer" ? "เลขที่ตำแหน่ง" : "ตำแหน่งเลขที่",
|
label: empType.value === "officer" ? "เลขที่ตำแหน่ง" : "ตำแหน่งเลขที่",
|
||||||
sortable: false,
|
sortable: false,
|
||||||
field: "posNo",
|
field: "posNo",
|
||||||
format(val, row) {
|
|
||||||
return `${row.orgRootShortName} ${val}`
|
|
||||||
},
|
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px",
|
||||||
},
|
},
|
||||||
|
|
@ -445,7 +442,7 @@ onMounted(() => {
|
||||||
</q-td>
|
</q-td>
|
||||||
</q-tr>
|
</q-tr>
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:item="props" vc-else>
|
<template v-slot:item="props" v-else>
|
||||||
<div class="col-xs-12 col-sm-4 col-md-3">
|
<div class="col-xs-12 col-sm-4 col-md-3">
|
||||||
<q-card flat bordered>
|
<q-card flat bordered>
|
||||||
<q-card-section class="text-center q-pb-none">
|
<q-card-section class="text-center q-pb-none">
|
||||||
|
|
@ -503,7 +500,7 @@ onMounted(() => {
|
||||||
<div class="text-subtitle2 text-black q-ml-sm">
|
<div class="text-subtitle2 text-black q-ml-sm">
|
||||||
{{
|
{{
|
||||||
props.row.posNo && props.row.posNo != "undefined"
|
props.row.posNo && props.row.posNo != "undefined"
|
||||||
? `${props.row.orgRootShortName} ${props.row.posNo}`
|
? props.row.posNo
|
||||||
: "-"
|
: "-"
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -146,7 +146,7 @@ const baseColumnsActing = ref<QTableColumn[]>([
|
||||||
{
|
{
|
||||||
name: "posMasterNo",
|
name: "posMasterNo",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "รักษาการตำแหน่งเลขที่",
|
label: "รักษาการ (เลขที่ตำแหน่ง)",
|
||||||
sortable: false,
|
sortable: false,
|
||||||
field: "posMasterNo",
|
field: "posMasterNo",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,7 @@ const baseColumns = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "posNo",
|
name: "posNo",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "รักษาการในตำแหน่ง",
|
label: "รักษาการ (เลขที่ตำแหน่ง)",
|
||||||
field: "posNo",
|
field: "posNo",
|
||||||
sortable: false,
|
sortable: false,
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue