Commit cc3ece9d authored by anxixi's avatar anxixi

服务记录问题修改

parent 132ec052
......@@ -71,7 +71,7 @@
<div v-for="item in empIntroduction" style="margin-top: -0.2rem;">
<el-form-item label="">
<el-input v-model="item.empName" maxlength="36" placeholder="请输入竞争对手"></el-input>
<el-input v-model="item.empIntroduction" maxlength="300" placeholder="请输入历史投资方" style="margin-top: 0.2rem" type="textarea" :rows="6"></el-input>
<el-input v-model="item.empIntroduction" maxlength="300" placeholder="请输入主要产品" style="margin-top: 0.2rem" type="textarea" :rows="6"></el-input>
</el-form-item>
</div>
<div>
......
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