Commit abf65ce4 by lianyang

litame微调

parent 615d14d3
...@@ -343,7 +343,7 @@ export default { ...@@ -343,7 +343,7 @@ export default {
], ],
"oldlidgrp.blk.narhis":[ "oldlidgrp.blk.narhis":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 50,message:"长度不能超过50"} {max: 49950,message:"长度不能超过49950"}
], ],
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
disabled disabled
type="textarea" type="textarea"
v-model="model.oldlidgrp.blk.narhis" v-model="model.oldlidgrp.blk.narhis"
maxlength="250" maxlength="49950"
show-word-limit show-word-limit
:rows="12" :rows="12"
placeholder="请输入内容" ></c-input> placeholder="请输入内容" ></c-input>
......
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