Commit 9c669738 by lianyang

letopn的pattern字段字数微调

parent d4b7520d
......@@ -482,7 +482,7 @@ export default {
"ledgrp.blk.lcrdoc":[
{type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"}
{max: 52000,message:"长度不能超过52000"}
],
"ledgrp.blk.adlcnd":[
......@@ -495,7 +495,7 @@ export default {
"ledgrp.blk.insbnk":[
{type: "string", required: false, message: "必输项"},
{max: 65,message:"长度不能超过65"}
{max: 2000,message:"长度不能超过2000"}
],
"setmod.ref":[
......
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