fix posNo
This commit is contained in:
parent
f3edc424e8
commit
e59acc0826
1 changed files with 2 additions and 2 deletions
|
|
@ -445,7 +445,7 @@ onMounted(() => {
|
|||
</q-td>
|
||||
</q-tr>
|
||||
</template>
|
||||
<template v-slot:item="props" v-else>
|
||||
<template v-slot:item="props" vc-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 +503,7 @@ onMounted(() => {
|
|||
<div class="text-subtitle2 text-black q-ml-sm">
|
||||
{{
|
||||
props.row.posNo && props.row.posNo != "undefined"
|
||||
? props.row.posNo
|
||||
? `${props.row.orgRootShortName} ${props.row.posNo}`
|
||||
: "-"
|
||||
}}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue