Commit 744a2720 by lianyang

LITOPN附加金额覆盖框pattern字数调整

parent 18310212
......@@ -204,7 +204,7 @@ export default {
],
"lidgrp.blk.addamtcov":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 140,message:"长度不能超过140"}
],
"lidgrp.rec.avbby":[
{type: "string", required: true, message: "必输项"},
......
......@@ -67,7 +67,7 @@
<c-input
type="textarea"
v-model="model.lidgrp.blk.addamtcov"
maxlength="35"
maxlength="140"
:rows="4"
show-word-limit
placeholder=""
......
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