Commit e5cea634 authored by 徐俊's avatar 徐俊

xujun

parent 73707102
......@@ -398,7 +398,7 @@
<a-row type="flex" class="row_center">
<a-col :span="24" class="bg-gray">
<a-form-model-item prop="qualityTarget" :rules="{ required: true, message: '*', trigger: 'blur',}">
<a-textarea placeholder="量化指标(限1000字)" v-model="formData.qualityTarget" :maxLength="1000" style="width: 80%; height: 160px; margin-top: 12px" />
<my-editor v-model="formData.qualityTarget" id="my_qualityTarget" />
</a-form-model-item>
</a-col>
</a-row>
......@@ -426,7 +426,7 @@
<a-row type="flex" class="row_center">
<a-col :span="24" class="bg-gray">
<a-form-model-item prop="researchProgress" :rules="{ required: true, message: '*', trigger: 'blur',}">
<a-textarea placeholder="研究进度(限1000字)" v-model="formData.researchProgress" :maxLength="1000" style="width: 80%; height: 160px; margin-top: 12px" />
<my-editor v-model="formData.researchProgress" id="my_researchProgress" />
</a-form-model-item>
</a-col>
</a-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