forked from verdnatura/salix-front
hotFix: try to fix myEntries
This commit is contained in:
parent
3d6ba060c2
commit
68c4c93f9f
|
@ -91,10 +91,9 @@ const columns = computed(() => [
|
|||
url="Entries/filter"
|
||||
:columns="columns"
|
||||
default-mode="card"
|
||||
:right-search="true"
|
||||
auto-load
|
||||
>
|
||||
<template #moreFilterPanel="{ params }">
|
||||
<!-- <template #moreFilterPanel="{ params }">
|
||||
<VnInput
|
||||
:label="t('globals.daysOnward')"
|
||||
v-model="params.days"
|
||||
|
@ -103,7 +102,7 @@ const columns = computed(() => [
|
|||
filled
|
||||
outlined
|
||||
></VnInput>
|
||||
</template>
|
||||
</template> -->
|
||||
</VnTable>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue