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',
+      },
     },
   ],
 };