Commit 8f0ba24b authored by XieZhiXiong's avatar XieZhiXiong

chore: 添加最小值限制

parent af5fbca6
......@@ -68,8 +68,10 @@ export const drawerSchema: ISchema = {
properties: {
memberId: {
type: 'string',
'x-component': 'NumberPicker',
'x-component-props': {
placeholder: intl.formatMessage({ id: 'merchantCoupon.MemberID' }),
min: 0,
},
},
memberTypeEnum: {
......
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