|
|
@@ -21,7 +21,7 @@
|
|
|
<p>对开发者【技术栈】进行评价</p>
|
|
|
<p>可从技术基础,技术深度和广度谈谈反馈和结论</p>
|
|
|
</div>
|
|
|
- <el-input v-model="info.dev_kf" show-word-limit maxlength="200" ></el-input>
|
|
|
+ <el-input type="textarea" v-model="info.dev_kf" show-word-limit maxlength="400" ></el-input>
|
|
|
</el-form-item>
|
|
|
|
|
|
<el-form-item>
|
|
|
@@ -44,7 +44,7 @@
|
|
|
<p>对开发者【经验/项目经历】进行评价</p>
|
|
|
<p>可从开发年限,项目经验和管理/主导经验谈谈反馈和结论</p>
|
|
|
</div>
|
|
|
- <el-input v-model="info.dev_skill" show-word-limit maxlength="200" ></el-input>
|
|
|
+ <el-input type="textarea" v-model="info.dev_skill" show-word-limit maxlength="400" ></el-input>
|
|
|
</el-form-item>
|
|
|
|
|
|
<el-form-item>
|
|
|
@@ -67,7 +67,7 @@
|
|
|
<p>对开发者【整体映像】进行评价</p>
|
|
|
<p>可从学习能力,交流难度,整体表现进行评价</p>
|
|
|
</div>
|
|
|
- <el-input v-model="info.dev_memo" show-word-limit maxlength="200" ></el-input>
|
|
|
+ <el-input type="textarea" v-model="info.dev_memo" show-word-limit maxlength="400" ></el-input>
|
|
|
</el-form-item>
|
|
|
|
|
|
<el-form-item>
|