mirror of https://github.com/certd/certd
🔱: [client] sync upgrade with 3 commits [trident-sync]
Merge remote-tracking branch 'origin/main' feat: 重构search,支持search.validatedForm直接修改查询表单数据,修复tab变化后清空查询表单的bug https://github.com/fast-crud/fast-crud/issues/215pull/14/head
parent
de1494710a
commit
b8eb27441c
|
@ -28,6 +28,7 @@ export default function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOpti
|
||||||
delRequest
|
delRequest
|
||||||
},
|
},
|
||||||
search: {
|
search: {
|
||||||
|
autoSearch: false,
|
||||||
initialForm: {
|
initialForm: {
|
||||||
radio: null
|
radio: null
|
||||||
},
|
},
|
||||||
|
@ -78,6 +79,11 @@ export default function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOpti
|
||||||
search: { show: true },
|
search: { show: true },
|
||||||
type: "dict-radio",
|
type: "dict-radio",
|
||||||
dict: statusRef
|
dict: statusRef
|
||||||
|
},
|
||||||
|
text: {
|
||||||
|
title: "文本",
|
||||||
|
search: { show: true },
|
||||||
|
type: "text"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue