null แสดง -
This commit is contained in:
parent
79ef6f87e0
commit
ab43a8820a
1 changed files with 4 additions and 2 deletions
|
|
@ -559,7 +559,7 @@ const paginationLabel = (start: number, end: number, total: number) => {
|
|||
<div v-if="props.col.name == 'no'">
|
||||
{{ props.rowIndex + 1 }}
|
||||
</div>
|
||||
|
||||
|
||||
<div
|
||||
v-else-if="
|
||||
props.col.name == 'action' && props.row.returnDate == '-'
|
||||
|
|
@ -573,7 +573,9 @@ const paginationLabel = (start: number, end: number, total: number) => {
|
|||
/>
|
||||
</q-td>
|
||||
</div>
|
||||
|
||||
<div v-else-if="props.col.name == 'returnOrganization'">
|
||||
{{ props.row.returnOrganization == null? '-': props.row.returnOrganization}}
|
||||
</div>
|
||||
<div v-else>
|
||||
{{ props.value }}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue