refs #7283 fix itemMigration
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-10-01 08:44:08 +02:00
parent 06a1b3b409
commit 54015fb6bf
1 changed files with 20 additions and 0 deletions

View File

@ -117,6 +117,15 @@ const columns = computed(() => [
format: (row) => getState(row.isOk),
align: 'left',
},
{
align: 'left',
name: 'daysOnward',
label: t('item.buyRequest.daysOnward'),
visible: false,
columnFilter: {
inWhere: false,
},
},
{
align: 'right',
label: '',
@ -238,6 +247,17 @@ onMounted(async () => {
{{ row.itemDescription }}
</span>
</template>
<template #moreFilterPanel="{ params }">
<VnInputNumber
:label="t('params.scopeDays')"
v-model.number="params.scopeDays"
@keyup.enter="(evt) => handleScopeDays(evt.target.value)"
@remove="handleScopeDays()"
class="q-px-xs q-pr-lg"
filled
dense
/>
</template>
<template #column-denyOptions="{ row, rowIndex }">
<QTd class="sticky no-padding">
<QIcon