Commit c8a13dc5 by 吴佳

2022.01.26 wujia 字段长度校验调整

parent 1fe88f00
...@@ -159,7 +159,7 @@ export default { ...@@ -159,7 +159,7 @@ export default {
], ],
"cpdgrp.pye.pts.adrblk":[ "cpdgrp.pye.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过140"}
], ],
"cpdgrp.pye.dbfadrblkcn":[ "cpdgrp.pye.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
......
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