|
@@ -23,7 +23,7 @@
|
|
</view>
|
|
</view>
|
|
<view class="mar">
|
|
<view class="mar">
|
|
<view type="text" placeholder="编辑优势亮点,展示我的独特态度" v-model="from.personal_advantage">
|
|
<view type="text" placeholder="编辑优势亮点,展示我的独特态度" v-model="from.personal_advantage">
|
|
- {{from.personal_advantage}}
|
|
|
|
|
|
+ {{from.personal_advantage||''}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -39,7 +39,10 @@
|
|
<view class="" style="border-top:2rpx solid #F0F0F0;margin-top: 32rpx;">
|
|
<view class="" style="border-top:2rpx solid #F0F0F0;margin-top: 32rpx;">
|
|
<view class="u-flex u-row-between">
|
|
<view class="u-flex u-row-between">
|
|
<text class="title">求职意向</text>
|
|
<text class="title">求职意向</text>
|
|
- <u-icon @click="toapply(1)" name="plus-circle" size="20"></u-icon>
|
|
|
|
|
|
+ <view class="" style="margin-top: 34rpx;">
|
|
|
|
+ <u-icon @click="toapply(1)" name="plus-circle" size="20"></u-icon>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
</view>
|
|
</view>
|
|
<view class="" style="margin-top: 40rpx;margin-bottom: 20rpx;" v-for="(item,index) in job_intention1"
|
|
<view class="" style="margin-top: 40rpx;margin-bottom: 20rpx;" v-for="(item,index) in job_intention1"
|
|
:key="item.id" @click="toapply(2,item.id)">
|
|
:key="item.id" @click="toapply(2,item.id)">
|
|
@@ -57,7 +60,9 @@
|
|
<view class="" style="border-top:2rpx solid #F0F0F0;margin-top: 32rpx;">
|
|
<view class="" style="border-top:2rpx solid #F0F0F0;margin-top: 32rpx;">
|
|
<view class="u-flex u-row-between">
|
|
<view class="u-flex u-row-between">
|
|
<text class="title">工作经历</text>
|
|
<text class="title">工作经历</text>
|
|
- <u-icon name="plus-circle" size="20" @click="towork(1)"></u-icon>
|
|
|
|
|
|
+
|
|
|
|
+ <view style="margin-top:34rpx"><u-icon name="plus-circle" size="20" @click="towork(1)"></u-icon>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="" v-for="(item,index) in job_experience1" :key="item.id" @click="towork(2,item.id)">
|
|
<view class="" v-for="(item,index) in job_experience1" :key="item.id" @click="towork(2,item.id)">
|
|
<view class="u-flex u-row-between" style="margin-top:40rpx ;">
|
|
<view class="u-flex u-row-between" style="margin-top:40rpx ;">
|
|
@@ -82,7 +87,9 @@ color: #333333;">
|
|
<view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;">
|
|
<view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;">
|
|
<view class="u-flex u-row-between">
|
|
<view class="u-flex u-row-between">
|
|
<text class="title">项目经历</text>
|
|
<text class="title">项目经历</text>
|
|
- <u-icon name="plus-circle" size="20" @click="toproject(1)"></u-icon>
|
|
|
|
|
|
+
|
|
|
|
+ <view style="margin-top:34rpx"><u-icon name="plus-circle" size="20" @click="toproject(1)"></u-icon>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="" style="margin-top: 40rpx;" v-for="(item,index) in project_experience1" :key="item.id"
|
|
<view class="" style="margin-top: 40rpx;" v-for="(item,index) in project_experience1" :key="item.id"
|
|
@click="toproject(2,item.id)">
|
|
@click="toproject(2,item.id)">
|
|
@@ -105,7 +112,9 @@ color: #333333;">
|
|
<view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;">
|
|
<view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;">
|
|
<view class="u-flex u-row-between">
|
|
<view class="u-flex u-row-between">
|
|
<text class="title">教育经历</text>
|
|
<text class="title">教育经历</text>
|
|
- <u-icon name="plus-circle" size="20" @click="toteach(1)"></u-icon>
|
|
|
|
|
|
+
|
|
|
|
+ <view style="margin-top:34rpx"><u-icon name="plus-circle" size="20" @click="toteach(1)"></u-icon>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="" style="margin-top: 40rpx;" v-for="(item,index) in education_experience1" :key="index"
|
|
<view class="" style="margin-top: 40rpx;" v-for="(item,index) in education_experience1" :key="index"
|
|
@click="toteach(2,item.id)">
|
|
@click="toteach(2,item.id)">
|
|
@@ -124,7 +133,9 @@ color: #333333;">
|
|
<view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;">
|
|
<view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;">
|
|
<view class="u-flex u-row-between">
|
|
<view class="u-flex u-row-between">
|
|
<text class="title">语言能力</text>
|
|
<text class="title">语言能力</text>
|
|
- <u-icon name="plus-circle" size="20" @click="tolanguage(1)"></u-icon>
|
|
|
|
|
|
+
|
|
|
|
+ <view style="margin-top:34rpx"><u-icon name="plus-circle" size="20" @click="tolanguage(1)"></u-icon>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="mar" v-for="(item,index) in language1" @click="tolanguage(2,item.id)">
|
|
<view class="mar" v-for="(item,index) in language1" @click="tolanguage(2,item.id)">
|
|
<view class="u-flex u-row-between">
|
|
<view class="u-flex u-row-between">
|
|
@@ -139,7 +150,9 @@ color: #333333;">
|
|
<view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;">
|
|
<view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;">
|
|
<view class="u-flex u-row-between">
|
|
<view class="u-flex u-row-between">
|
|
<text class="title">专业技能与证书</text>
|
|
<text class="title">专业技能与证书</text>
|
|
- <u-icon name="plus-circle" size="20" @click="tocertificate()"></u-icon>
|
|
|
|
|
|
+
|
|
|
|
+ <view style="margin-top:34rpx"><u-icon name="plus-circle" size="20"
|
|
|
|
+ @click="tocertificate()"></u-icon></view>
|
|
</view>
|
|
</view>
|
|
<view class="mar u-flex">
|
|
<view class="mar u-flex">
|
|
<!-- <view style="flex: 1;" class="item">{{certificate.professional_skill}}</view> -->
|
|
<!-- <view style="flex: 1;" class="item">{{certificate.professional_skill}}</view> -->
|