Commit b5be1350 by huangxin

botset优化

parent 30a83f31
......@@ -254,7 +254,7 @@ export default {
],
"lendoc.account":[
//{type: "string", required: true, message: "必输项"},
{max: 25,message:"长度不能超过25"}
{max: 75,message:"长度不能超过75"}
],
"lendoc.vercerref":[
......
......@@ -25,7 +25,7 @@
<c-fullbox>
<c-input
v-model="model.lendoc.account"
maxlength="3"
maxlength="75"
style="width: 100%"
placeholder="Please input Input Amount"
:disabled="!actflg"
......
......@@ -202,7 +202,7 @@
<!-- ====================右边======================= -->
<c-col :span="11" :offset="1">
<c-col :span="24">
<el-form-item label="摘要" prop="bodgrp.rec.nam">
<el-form-item label="Name" prop="bodgrp.rec.nam">
<c-input
align="middle"
v-model="model.bodgrp.rec.nam"
......
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