Commit a09dd300 authored by 徐俊's avatar 徐俊

xujun

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