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-if="modelLog.summaryId"
|
||||||
v-text="`#${modelLog.summaryId}`"
|
v-text="`#${modelLog.summaryId}`"
|
||||||
/>
|
/>
|
||||||
<span class="model-value" :title="modelLog.showValue">
|
<span
|
||||||
{{ modelLog.showValue }}
|
class="model-value"
|
||||||
</span>
|
:title="modelLog.showValue"
|
||||||
|
v-text="modelLog.showValue"
|
||||||
|
/>
|
||||||
<QBtn
|
<QBtn
|
||||||
flat
|
flat
|
||||||
round
|
round
|
||||||
|
|
Loading…
Reference in New Issue