0
0
Fork 0

warmFix(TravelList): add daysOnward in travelFilter

This commit is contained in:
Alex Moreno 2024-10-14 07:43:29 +02:00
parent f72761f36c
commit 64c8d264af
2 changed files with 6 additions and 9 deletions

View File

@ -124,6 +124,12 @@ defineExpose({ states });
lazy-rules lazy-rules
is-outlined is-outlined
/> />
<VnInput
:label="t('travel.travelList.tableVisibleColumns.daysOnward')"
v-model="params.daysOnward"
lazy-rules
is-outlined
/>
</div> </div>
</template> </template>
</VnFilterPanel> </VnFilterPanel>

View File

@ -161,15 +161,6 @@ const columns = computed(() => [
cardVisible: true, cardVisible: true,
create: true, create: true,
}, },
{
align: 'left',
name: 'daysOnward',
label: t('travel.travelList.tableVisibleColumns.daysOnward'),
visible: false,
columnFilter: {
inWhere: false,
},
},
{ {
align: 'right', align: 'right',
label: '', label: '',