Commit dff9bef2 authored by 徐俊's avatar 徐俊

xujun

parent e5cea634
......@@ -56,7 +56,7 @@
</a-col>
<a-col :span="8">
<a-form-model-item :prop="`gainList.${index}.gainName`" :rules="{ required: true, message: '*', trigger: 'blur',}">
<a-input v-model="item.gainName" :maxLength="50" placeholder="成果名称" style="width:85%" />
<a-input v-model="item.gainName" :maxLength="250" placeholder="成果名称" style="width:85%" />
</a-form-model-item>
</a-col>
<a-col :span="6">
......@@ -214,7 +214,7 @@
</a-col>
<a-col :span="8">
<a-form-model-item :prop="`appearList.${index}.gainName`" :rules="{ required: true, message: '*', trigger: 'blur',}">
<a-input v-model="item.gainName" :maxLength="50" placeholder="成果名称" style="width:85%" />
<a-input v-model="item.gainName" :maxLength="250" placeholder="成果名称" style="width:85%" />
</a-form-model-item>
</a-col>
<a-col :span="6">
......@@ -293,7 +293,7 @@
</a-col>
<a-col :span="8">
<a-form-model-item :prop="`courseList.${index}.gainName`" :rules="{ required: true, message: '*', trigger: 'blur',}">
<a-input v-model="item.gainName" :maxLength="50" placeholder="成果名称" style="width:85%" />
<a-input v-model="item.gainName" :maxLength="250" placeholder="成果名称" style="width:85%" />
</a-form-model-item>
</a-col>
<a-col :span="6">
......
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