|
|
@@ -123,7 +123,7 @@
|
|
|
<view class="gwList-box-item flex justify-center" @click="gotoInfo(postPushInfo.postPushId)">
|
|
|
<view class="gwList-box-item-box">
|
|
|
<view class="gwList-box-item-box-title flex justify-between align-center">
|
|
|
- <text>{{postPushInfo.stationName}}</text>
|
|
|
+ <text>{{postPushInfo.ruleClassifyName || '暂无岗位'}}</text>
|
|
|
<text>{{postPushInfo.salaryRange}}</text>
|
|
|
</view>
|
|
|
<!-- 公司和人数 -->
|
|
|
@@ -133,14 +133,26 @@
|
|
|
v-if="postPushInfo.company">{{postPushInfo.company?postPushInfo.company.companyPeople:'0人'}}</text>
|
|
|
</view>
|
|
|
<view class="gwList-box-item-box-label flex align-center flex-wrap">
|
|
|
+ <!-- 本科 -->
|
|
|
<text
|
|
|
style="color: #666666;font-size: 26rpx;padding: 10rpx;background: rgba(198, 198, 198, 0.1);border-radius: 8rpx;margin-right: 10rpx;margin-bottom: 20rpx;">
|
|
|
{{postPushInfo.education}}
|
|
|
</text>
|
|
|
+ <!-- 要求年限 -->
|
|
|
<text
|
|
|
style="color: #666666;font-size: 26rpx;padding: 10rpx;background: rgba(198, 198, 198, 0.1);border-radius: 8rpx;margin-right: 10rpx;margin-bottom: 20rpx;">
|
|
|
{{postPushInfo.experience}}
|
|
|
</text>
|
|
|
+ <!-- 单双休 -->
|
|
|
+ <text v-if="postPushInfo.company"
|
|
|
+ style="color: #666666;font-size: 26rpx;padding: 10rpx;background: rgba(198, 198, 198, 0.1);border-radius: 8rpx;margin-right: 10rpx;margin-bottom: 20rpx;">
|
|
|
+ {{postPushInfo.company.workRestTime}}
|
|
|
+ </text>
|
|
|
+ <!-- 岗位福利 -->
|
|
|
+ <text
|
|
|
+ style="color: #666666;font-size: 26rpx;padding: 10rpx;background: rgba(198, 198, 198, 0.1);border-radius: 8rpx;margin-right: 10rpx;margin-bottom: 20rpx;">
|
|
|
+ {{postPushInfo.welfareTag}}
|
|
|
+ </text>
|
|
|
<text
|
|
|
style="color: #666666;font-size: 26rpx;padding: 10rpx;background: rgba(198, 198, 198, 0.1);border-radius: 8rpx;margin-right: 10rpx;margin-bottom: 20rpx;"
|
|
|
v-for="(ite,ind) in postPushInfo.positionWelfare" :key="ind">{{ite}}</text>
|
|
|
@@ -223,7 +235,7 @@
|
|
|
<!-- 求职期望 -->
|
|
|
<view class="job-expectation">
|
|
|
<image src="../../static/images/xiangzi.svg" class="job-icon" mode="aspectFit"></image>
|
|
|
- <text class="expectation-text">{{ resumesInfo.resumesListDtoList&&resumesInfo.resumesListDtoList.companyName||'' }}·{{ resumesInfo.resumesListDtoList&&resumesInfo.resumesListDtoList.profession||'' }}</text>
|
|
|
+ <text class="expectation-text">{{ resumesInfo.resumesListDtoList&&resumesInfo.resumesListDtoList.school||'' }}·{{ resumesInfo.resumesListDtoList&&resumesInfo.resumesListDtoList.profession||'' }}</text>
|
|
|
</view>
|
|
|
|
|
|
<!-- 技能标签 -->
|