fix: 修改菜单

This commit is contained in:
leiqiaochu 2023-09-27 09:43:49 +08:00
parent e482e158f6
commit 9802069905
1 changed files with 23 additions and 8 deletions

View File

@ -29,6 +29,21 @@ const defaultOwnParams = [
termType: 'isnull', termType: 'isnull',
value: '1', value: '1',
type: 'or' type: 'or'
}, {
column: 'options'
}
]
},
{
terms: [
{
terms: [
{
value: "%show\":true%",
termType: "like",
column: "options"
}
]
} }
] ]
} }