mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
🔱: [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/215
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user