Long attribute consumed values fixed, string values disable action

This commit is contained in:
Stefan Zermatten
2023-08-24 10:24:06 +02:00
parent 2fc316de36
commit 61db08a19b
2 changed files with 4 additions and 3 deletions

View File

@@ -4,12 +4,13 @@
:class="insufficient && 'error--text'"
>
<div
class="mr-2"
style="width: 24px; text-align: center;"
class="mr-2 text-no-wrap text-truncate"
style="min-width: 24px; text-align: center;"
>
{{ model.quantity && model.quantity.value }}
</div>
<div
v-if="(typeof model.quantity.value !== 'string')"
class="text-no-wrap text-truncate"
>
{{ model.statName || model.variableName }}