@@ -388,6 +388,9 @@ export const equitySearchForm: Partial<FormProps> = {
component: 'Input',
label: '订单金额',
colProps: { span: 7 },
+ componentProps: {
+ type: 'number',
+ },
},
],
};