feat: refs #8647 hidde filter
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
6e279120ea
commit
cc2c5e7567
|
@ -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