Item Fixed prices #307

Merged
jsegarra merged 17 commits from :feature/FixedPrices into dev 2024-04-24 07:39:23 +00:00
2 changed files with 3 additions and 4 deletions
Showing only changes of commit d5832eaf41 - Show all commits

View File

@ -1,6 +1,5 @@
<script setup>
import { computed, ref } from 'vue';
import VnInput from 'components/common/VnInput.vue';
import isValidDate from 'filters/isValidDate';
const props = defineProps({
@ -80,7 +79,7 @@ const styleAttrs = computed(() => {
<template>
<div @mouseover="hover = true" @mouseleave="hover = false">
<VnInput
<QInput
class="vn-input-date"
readonly
:model-value="displayDate(value)"
@ -110,7 +109,7 @@ const styleAttrs = computed(() => {
</QPopupProxy>
</QIcon>
</template>
</VnInput>
</QInput>
</div>
</template>

View File

@ -18,7 +18,7 @@ defineProps({
:class="{ empty: !$props.item.value5 }"
:title="$props.item.tag5 + ': ' + $props.item.value5"
>
{{ $props.item.value5 }}s
{{ $props.item.value5 }}
</div>
<div
class="inline-tag"