Commit b5be1350 by huangxin

botset优化

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