#7671 - ItemFixedPrices dense rows #527

Merged
jsegarra merged 47 commits from 7671_dense_itemFixedPrices into dev 2024-09-09 12:33:12 +00:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit b59f8374b3 - Show all commits

View File

@ -9,6 +9,10 @@ const $props = defineProps({
type: Boolean,
default: false,
},
showEvent: {
type: Boolean,
default: true,
},
});
const { t } = useI18n();
@ -107,7 +111,7 @@ watch(
isPopupOpen = false;
"
/>
<QIcon name="event" class="cursor-pointer" />
<QIcon v-if="showEvent" name="event" class="cursor-pointer" />
</template>
<QMenu
transition-show="scale"