Commit 7ccec93a by huangxin

bdtcan,botcan优化

parent 32473c8f
...@@ -92,7 +92,7 @@ export default { ...@@ -92,7 +92,7 @@ export default {
], ],
"strinf":[ "strinf":[
//{type: "string", required: true, message: "必输项"}, //{type: "string", required: true, message: "必输项"},
{max: 50,message:"长度不能超过50"} {max: 1750,message:"长度不能超过1750"}
], ],
......
...@@ -74,7 +74,7 @@ export default { ...@@ -74,7 +74,7 @@ export default {
], ],
"strinf":[ "strinf":[
//{type: "string", required: true, message: "必输项"}, //{type: "string", required: true, message: "必输项"},
{max: 50,message:"长度不能超过50"} {max: 1750,message:"长度不能超过1750"}
], ],
"setmod.ref":[ "setmod.ref":[
......
...@@ -304,7 +304,7 @@ ...@@ -304,7 +304,7 @@
<c-input <c-input
type="textarea" type="textarea"
v-model="model.strinf" v-model="model.strinf"
maxlength="50" maxlength="1750"
show-word-limit show-word-limit
placeholder="请输入Narrative" placeholder="请输入Narrative"
:rows="10" :rows="10"
......
...@@ -294,7 +294,8 @@ ...@@ -294,7 +294,8 @@
<c-input <c-input
type="textarea" type="textarea"
v-model="model.strinf" v-model="model.strinf"
maxlength="50" maxlength="1750"
:rows="10"
show-word-limit show-word-limit
placeholder="请输入Narrative" placeholder="请输入Narrative"
></c-input> ></c-input>
...@@ -304,7 +305,9 @@ ...@@ -304,7 +305,9 @@
<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="sndmsg">
<c-checkbox v-model="model.sndmsg">Send Message</c-checkbox> <c-checkbox v-model="model.sndmsg">Send Message</c-checkbox>
</el-form-item>
</c-col> </c-col>
</c-col> </c-col>
</c-row> </c-row>
......
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