forked from verdnatura/salix-front
warmFix(TravelList): add daysOnward in travelFilter
This commit is contained in:
parent
f72761f36c
commit
64c8d264af
|
@ -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>
|
||||||
|
|
|
@ -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: '',
|
||||||
|
|
Loading…
Reference in New Issue