Commit 7ccec93a by huangxin

bdtcan,botcan优化

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