update public/components/property/addFeeConfig/addFeeConfig.js.

修复附加费用值校验规则错误

Signed-off-by: whyAlwaysMe1995 <14001890+whyalwaysme1995@user.noreply.gitee.com>
This commit is contained in:
whyAlwaysMe1995 2024-05-09 09:26:15 +00:00 committed by Gitee
parent ebe4159022
commit 669d1b494b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -219,9 +219,9 @@
errInfo: "附加费用不能为空"
},
{
limit: "moneyModulus",
limit: "num",
param: "",
errInfo: "附加费用格式错误"
errInfo: "附加费用必须为数字"
}
],
'addFeeConfigInfo.billType': [