fix: 修改菜单
This commit is contained in:
parent
e482e158f6
commit
9802069905
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue