Commit aa0675c7 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修改错误提示语

parent 5c81f868
...@@ -219,7 +219,7 @@ const DetailInfo: React.FC<DetailInfoProps> = ({ ...@@ -219,7 +219,7 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
}, },
{ {
pattern: PATTERN_MAPS.money, pattern: PATTERN_MAPS.money,
message: '请输入整数或小数', message: '请输入整数或小数位不超过两位的小数',
}, },
], ],
addonAfter: '%', 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