fix bug
This commit is contained in:
parent
c19292adc3
commit
fca00067f0
3 changed files with 4 additions and 4 deletions
|
|
@ -381,7 +381,7 @@ onMounted(() => {
|
|||
<div v-if="col.name == 'fullName'">
|
||||
{{ props.row.prefix ? props.row.prefix:'' }}{{ props.row.firstName ? props.row.firstName:'' }} {{ props.row.lastName ? props.row.lastName:'' }}
|
||||
</div>
|
||||
<div v-else>{{ col.value ? col.value : "-" }}</div>
|
||||
<div v-else class="table_ellipsis2">{{ col.value ? col.value : "-" }}</div>
|
||||
</q-td>
|
||||
</q-tr>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue