tangning 1 년 전
부모
커밋
ab13212842
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/account/details/data.ts

+ 3 - 0
src/views/account/details/data.ts

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