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" ? "เลขที่ตำแหน่ง" : "ตำแหน่งเลขที่",
|
||||
sortable: false,
|
||||
field: "posNo",
|
||||
format(val, row) {
|
||||
return `${row.orgRootShortName} ${val}`
|
||||
},
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
|
|
@ -445,7 +442,7 @@ onMounted(() => {
|
|||
</q-td>
|
||||
</q-tr>
|
||||
</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">
|
||||
<q-card flat bordered>
|
||||
<q-card-section class="text-center q-pb-none">
|
||||
|
|
@ -503,7 +500,7 @@ onMounted(() => {
|
|||
<div class="text-subtitle2 text-black q-ml-sm">
|
||||
{{
|
||||
props.row.posNo && props.row.posNo != "undefined"
|
||||
? `${props.row.orgRootShortName} ${props.row.posNo}`
|
||||
? props.row.posNo
|
||||
: "-"
|
||||
}}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -146,7 +146,7 @@ const baseColumnsActing = ref<QTableColumn[]>([
|
|||
{
|
||||
name: "posMasterNo",
|
||||
align: "left",
|
||||
label: "รักษาการตำแหน่งเลขที่",
|
||||
label: "รักษาการ (เลขที่ตำแหน่ง)",
|
||||
sortable: false,
|
||||
field: "posMasterNo",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ const baseColumns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "posNo",
|
||||
align: "left",
|
||||
label: "รักษาการในตำแหน่ง",
|
||||
label: "รักษาการ (เลขที่ตำแหน่ง)",
|
||||
field: "posNo",
|
||||
sortable: false,
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue