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