0
0
Fork 0

improvement

This commit is contained in:
William Buezas 2024-04-19 12:52:45 -03:00
parent 9212e53905
commit d5832eaf41
2 changed files with 3 additions and 4 deletions

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"