#8647 fix vitest warnings #1467
|
@ -62,6 +62,7 @@ const columns = computed(() => [
|
|||
component: 'input',
|
||||
type: 'number',
|
||||
columnClass: 'shrink',
|
||||
inWhere: false,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
@ -90,6 +91,12 @@ const columns = computed(() => [
|
|||
field: ({ inkFk }) => inkFk,
|
||||
sortable: true,
|
||||
cardVisible: true,
|
||||
columnFilter: {
|
||||
component: 'input',
|
||||
inWhere: false,
|
||||
|
||||
columnClass: 'shrink',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'size',
|
||||
|
@ -101,6 +108,8 @@ const columns = computed(() => [
|
|||
columnFilter: {
|
||||
component: 'input',
|
||||
type: 'number',
|
||||
inWhere: false,
|
||||
|
||||
columnClass: 'shrink',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue