tangning 1 năm trước cách đây
mục cha
commit
ab13212842
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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',
+      },
     },
   ],
 };