forked from verdnatura/salix-front
chore: refs #6449 refactor model-value text
This commit is contained in:
parent
df907a7280
commit
3bb261376d
|
@ -470,9 +470,11 @@ onUnmounted(() => {
|
|||
v-if="modelLog.summaryId"
|
||||
v-text="`#${modelLog.summaryId}`"
|
||||
/>
|
||||
<span class="model-value" :title="modelLog.showValue">
|
||||
{{ modelLog.showValue }}
|
||||
</span>
|
||||
<span
|
||||
class="model-value"
|
||||
:title="modelLog.showValue"
|
||||
v-text="modelLog.showValue"
|
||||
/>
|
||||
<QBtn
|
||||
flat
|
||||
round
|
||||
|
|
Loading…
Reference in New Issue