fix: product detail v-html display
This commit is contained in:
parent
532284995e
commit
9440fdd412
2 changed files with 8 additions and 11 deletions
|
|
@ -2665,7 +2665,13 @@ watch(
|
|||
)
|
||||
"
|
||||
>
|
||||
{{ props.row.detail || '-' }}
|
||||
<q-tooltip>
|
||||
<div v-html="props.row.detail || '-'" />
|
||||
</q-tooltip>
|
||||
<div
|
||||
class="ellipsis-3-lines"
|
||||
v-html="props.row.detail || '-'"
|
||||
/>
|
||||
</q-td>
|
||||
<q-td
|
||||
v-if="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue