Commit 10b35d2a authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改为普通输入框

parent e925e345
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: XieZhiXiong * @Author: XieZhiXiong
* @Date: 2021-06-29 09:36:35 * @Date: 2021-06-29 09:36:35
* @LastEditors: XieZhiXiong * @LastEditors: XieZhiXiong
* @LastEditTime: 2021-07-28 17:49:07 * @LastEditTime: 2021-09-24 13:37:27
* @Description: * @Description:
*/ */
import { ISchema } from '@formily/antd'; import { ISchema } from '@formily/antd';
...@@ -127,7 +127,6 @@ export const drawerSchema: ISchema = { ...@@ -127,7 +127,6 @@ export const drawerSchema: ISchema = {
properties: { properties: {
memberId: { memberId: {
type: 'string', type: 'string',
'x-component': 'NumberPicker',
'x-component-props': { 'x-component-props': {
placeholder: '会员ID', placeholder: '会员ID',
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment