搜索条件修改为like
This commit is contained in:
parent
0e3682df29
commit
c7c39c7982
|
|
@ -70,6 +70,7 @@ export default {
|
||||||
},
|
},
|
||||||
// 搜索区配置
|
// 搜索区配置
|
||||||
searchRules: [
|
searchRules: [
|
||||||
|
{key:'name',mode:'like'},
|
||||||
{
|
{
|
||||||
key: 'production_status', mode: ({value}) => {
|
key: 'production_status', mode: ({value}) => {
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue