|
|
@@ -292,6 +292,13 @@
|
|
|
<el-input style="width:50%;" v-if="!isshow" type="textarea" :rows="4" class="margin15"
|
|
|
placeholder="请输入个人优势" v-model="adv"></el-input>
|
|
|
</div>
|
|
|
+ <div class="content_div">
|
|
|
+ <span class="content_item">简历得分:</span>
|
|
|
+ <el-input style="width:50%;" v-if="isshow" disabled class="margin15" placeholder="请输入简历得分"
|
|
|
+ v-model="score" autosize></el-input>
|
|
|
+ <el-input style="width:50%;" v-if="!isshow" class="margin15" placeholder="请输入简历得分" v-model="score"
|
|
|
+ autosize></el-input>
|
|
|
+ </div>
|
|
|
<!-- <div style="margin-bottom: 10px;">
|
|
|
<span style="width:120px;display: inline-block;">资格证书:</span>
|
|
|
<el-checkbox-group v-if="isshow" v-model="resumesImageName" style="width:50%;margin-left: 120px;position: relative;top: -20px;">
|
|
|
@@ -455,6 +462,7 @@
|
|
|
// workExpDetailList: [],
|
|
|
// resumesDetails: '',
|
|
|
adv:'',
|
|
|
+ score:'',
|
|
|
resumesImageName:[],
|
|
|
img: '',
|
|
|
imgs: [],
|