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"
|
url="Entries/filter"
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
default-mode="card"
|
default-mode="card"
|
||||||
:right-search="true"
|
|
||||||
auto-load
|
auto-load
|
||||||
>
|
>
|
||||||
<template #moreFilterPanel="{ params }">
|
<!-- <template #moreFilterPanel="{ params }">
|
||||||
<VnInput
|
<VnInput
|
||||||
:label="t('globals.daysOnward')"
|
:label="t('globals.daysOnward')"
|
||||||
v-model="params.days"
|
v-model="params.days"
|
||||||
|
@ -103,7 +102,7 @@ const columns = computed(() => [
|
||||||
filled
|
filled
|
||||||
outlined
|
outlined
|
||||||
></VnInput>
|
></VnInput>
|
||||||
</template>
|
</template> -->
|
||||||
</VnTable>
|
</VnTable>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue