@@ -3,6 +3,11 @@ import { FormConfig } from "/@/components/PageSearch";
const searchFormConfig: FormConfig = {
formItems: [
+ {
+ field: "tradNo",
+ type: "input",
+ placeholder: "资金编号"
+ },
{
field: "status",
type: "select",