forked from verdnatura/salix-front
refactor: refs #6897 update checkbox attributes to include toggleIndeterminate in EntryBuys component
This commit is contained in:
parent
ce89d4a31b
commit
06a07d4fd3
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue