Commit ed070a53 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修改错误提示语

parent 9fb3c716
......@@ -204,7 +204,7 @@ const addEquity: React.FC<[]> = () => {
},
{
pattern: PATTERN_MAPS.money,
message: '请输入整数或小数',
message: '请输入整数或小数位不超过两位的小数',
},
],
addonAfter: '%',
......
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