fix: update condition for rendering QChip in VnOrder component
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2025-04-01 12:39:26 +02:00
parent da148c5435
commit 590afaba93
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ function textAlignToFlex(textAlign) {
:style="textAlignToFlex(align)" :style="textAlignToFlex(align)"
> >
<span :title="label">{{ label }}</span> <span :title="label">{{ label }}</span>
<div v-if="name"> <div v-if="name && (model?.index || vertical)">
<QChip <QChip
:label="!vertical ? model?.index : ''" :label="!vertical ? model?.index : ''"
:icon=" :icon="