|
@@ -29,12 +29,12 @@
|
|
|
<view class="job-info flex justify-center">
|
|
<view class="job-info flex justify-center">
|
|
|
<view class="job-info-c">
|
|
<view class="job-info-c">
|
|
|
<view class="job-info-c-top flex align-center justify-between">
|
|
<view class="job-info-c-top flex align-center justify-between">
|
|
|
- <view class="job-info-c-title" v-if="info.stationName">
|
|
|
|
|
- <block v-if="isSameName(info.ruleClassifyName,info.stationName)">
|
|
|
|
|
|
|
+ <view class="job-info-c-title">
|
|
|
|
|
+ <!-- <block v-if="isSameName(info.ruleClassifyName,info.stationName)">
|
|
|
{{info.ruleClassifyName}}-
|
|
{{info.ruleClassifyName}}-
|
|
|
- </block>
|
|
|
|
|
|
|
+ </block> -->
|
|
|
<block>
|
|
<block>
|
|
|
- {{info.stationName}}
|
|
|
|
|
|
|
+ {{info.ruleClassifyName}}
|
|
|
</block>
|
|
</block>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="job-info-c-price" v-if="info.salaryRange">
|
|
<view class="job-info-c-price" v-if="info.salaryRange">
|
|
@@ -81,19 +81,19 @@
|
|
|
<view class="enterprise-box-c-info flex align-start justify-between">
|
|
<view class="enterprise-box-c-info flex align-start justify-between">
|
|
|
<view class="enterprise-left flex align-center">
|
|
<view class="enterprise-left flex align-center">
|
|
|
<view class="avatar-container">
|
|
<view class="avatar-container">
|
|
|
- <image :src="info.company?info.company.companyLogo:'../../../static/logo.png'"
|
|
|
|
|
|
|
+ <image :src="info.hr&&info.hr.hrImg||'../../../static/logo.png'"
|
|
|
style="width: 95rpx;height: 95rpx;border-radius: 50%;" mode=""></image>
|
|
style="width: 95rpx;height: 95rpx;border-radius: 50%;" mode=""></image>
|
|
|
<view class="online-dot"></view>
|
|
<view class="online-dot"></view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="enterprise-box-c-info-n">
|
|
<view class="enterprise-box-c-info-n">
|
|
|
<view class="">
|
|
<view class="">
|
|
|
- {{info.company?info.company.companyName:''}}
|
|
|
|
|
|
|
+ {{info.user?info.user.userName:''}}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="">
|
|
<view class="">
|
|
|
- {{info.company?info.company.companyScope:''}}
|
|
|
|
|
|
|
+ {{info.hr&&info.hr.hrPosition||''}}
|
|
|
</view>
|
|
</view>
|
|
|
<view>
|
|
<view>
|
|
|
- 3分钟前回复
|
|
|
|
|
|
|
+ {{info.respondTime||'未沟通'}}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -131,9 +131,9 @@
|
|
|
<image src="/static/images/index/welfare.png" class="title-icon"></image>
|
|
<image src="/static/images/index/welfare.png" class="title-icon"></image>
|
|
|
<text>岗位福利</text>
|
|
<text>岗位福利</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="jobRemarks-box-c-label flex align-center flex-wrap" v-if="info.positionWelfare">
|
|
|
|
|
|
|
+ <view class="jobRemarks-box-c-label flex align-center flex-wrap" v-if="info.welfareTag">
|
|
|
<view class="jobRemarks-box-c-label-item"
|
|
<view class="jobRemarks-box-c-label-item"
|
|
|
- v-for="(item,index) in info.positionWelfare?info.positionWelfare.split(','):[]"
|
|
|
|
|
|
|
+ v-for="(item,index) in info.welfareTag?info.welfareTag.split(';'):[]"
|
|
|
:key="index">
|
|
:key="index">
|
|
|
{{item}}
|
|
{{item}}
|
|
|
</view>
|
|
</view>
|
|
@@ -145,12 +145,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="job-description">
|
|
<view class="job-description">
|
|
|
- <view class="description-item">1.完整的晋升机制,每年2次调薪机会;</view>
|
|
|
|
|
- <view class="description-item">2.满一年五天带薪年假;</view>
|
|
|
|
|
- <view class="description-item">3.每月员工下午茶;</view>
|
|
|
|
|
- <view class="description-item">4.各类大促活动有对应的激励方案;</view>
|
|
|
|
|
- <view class="description-item">5.丰厚的提成和年终奖励;</view>
|
|
|
|
|
- <view class="description-item">6.开设员工俱乐部:羽毛球、篮球、舞蹈、瑜伽等等。</view>
|
|
|
|
|
|
|
+ <view class="description-item">{{info.positionWelfare}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -162,7 +157,7 @@
|
|
|
<!-- 公司介绍卡片 -->
|
|
<!-- 公司介绍卡片 -->
|
|
|
<view class="company-intro-card" @click="goInfo(info.company.companyId)">
|
|
<view class="company-intro-card" @click="goInfo(info.company.companyId)">
|
|
|
<view class="company-avatar">
|
|
<view class="company-avatar">
|
|
|
- <image :src="info.company?info.company.companyLogo:'../../../static/logo.png'"
|
|
|
|
|
|
|
+ <image :src="info.company&&info.company.companyLogo||'../../../static/logo.png'"
|
|
|
style="width: 95rpx;height: 95rpx;border-radius: 50%;" mode="aspectFill"></image>
|
|
style="width: 95rpx;height: 95rpx;border-radius: 50%;" mode="aspectFill"></image>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="company-info">
|
|
<view class="company-info">
|
|
@@ -607,7 +602,7 @@
|
|
|
//跳转更多职位
|
|
//跳转更多职位
|
|
|
goToMoreJobs() {
|
|
goToMoreJobs() {
|
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
|
- url: '/package/list/companyList?companyId=' + this.info.company.companyId
|
|
|
|
|
|
|
+ url: '/my/enterpriseInfo/enterpriseInfo?companyId=' + this.info.company.companyId
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
//一键投递
|
|
//一键投递
|