Commit fec1cdcb authored by 徐俊's avatar 徐俊

xujun

parent 054a2734
......@@ -374,7 +374,7 @@
<a-row type="flex" class="row_center">
<a-col :span="24" class="bg-gray">
<a-form-model-item prop="technicalSkill" :rules="{ required: true, message: '*', trigger: 'blur',}">
<a-textarea placeholder="业务技术能力(限5000字)" v-model="formData.technicalSkill" :maxLength="5000" style="width: 80%; height: 160px; margin-top: 12px" />
<my-editor v-model="formData.technicalSkill" id="my_technicalSkill" />
</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