mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 14:17:24 +08:00
update public/components/property/addFeeConfig/addFeeConfig.js.
修复附加费用值校验规则错误 Signed-off-by: whyAlwaysMe1995 <14001890+whyalwaysme1995@user.noreply.gitee.com>
This commit is contained in:
parent
ebe4159022
commit
669d1b494b
@ -219,9 +219,9 @@
|
||||
errInfo: "附加费用不能为空"
|
||||
},
|
||||
{
|
||||
limit: "moneyModulus",
|
||||
limit: "num",
|
||||
param: "",
|
||||
errInfo: "附加费用格式错误"
|
||||
errInfo: "附加费用必须为数字"
|
||||
}
|
||||
],
|
||||
'addFeeConfigInfo.billType': [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user