Commit e0962b41 by lianyang

litopn详情中期限天pattern微调

parent 60fa7d52
......@@ -221,7 +221,7 @@ export default {
"lidgrp.rec.prepers18":[
{type: "number", required: false, message: "请输入数字"},
{type: "number",max: 999,message:"不能超过999"},
{pattern: /^-?[1-9][0-9]{0,2}$/, message: "应在-999至999之间" }
{pattern: /^-?[1-9][0-9]{0,2}$|0/, message: "应在-999至999之间" }
],
"litp.avbp.ptsget.sdamod.dadsnd":[
......
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