6897-refactorVnTableAndEntryBuys #1374

Merged
pablone merged 34 commits from 6897-refactorVnTableAndEntryBuys into dev 2025-02-12 06:49:37 +00:00
1 changed files with 6 additions and 2 deletions
Showing only changes of commit 06a07d4fd3 - Show all commits

View File

@ -50,7 +50,9 @@ const columns = [
toolTip: t('Ignored for available'),
name: 'isIgnored',
component: 'checkbox',
toggleIndeterminate: false,
attrs: {
toggleIndeterminate: false,
},
create: true,
width: '25px',
},
@ -348,7 +350,9 @@ const columns = [
label: t('Check min price'),
toolTip: t('Check min price'),
name: 'hasMinPrice',
toggleIndeterminate: false,
attrs: {
toggleIndeterminate: false,
},
component: 'checkbox',
cellEvent: {
'update:modelValue': async (value, oldValue, row) => {