|
@@ -23,7 +23,7 @@
|
|
|
<view class="job-info-card">
|
|
<view class="job-info-card">
|
|
|
<view class="job-header">
|
|
<view class="job-header">
|
|
|
<view class="job-title-section">
|
|
<view class="job-title-section">
|
|
|
- <text class="job-title">{{ info.stationName }}</text>
|
|
|
|
|
|
|
+ <text class="job-title">{{ info.ruleClassifyName }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="job-status">
|
|
<view class="job-status">
|
|
|
<text class="status-text">审核未通过</text>
|
|
<text class="status-text">审核未通过</text>
|
|
@@ -268,29 +268,29 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="btn flex justify-center" v-if="info.status == 2">
|
|
<view class="btn flex justify-center" v-if="info.status == 2">
|
|
|
- <view class="btn-box flex justify-between">
|
|
|
|
|
- <!-- <view class="btn-box bgBox btn-boxs flex justify-center align-center"
|
|
|
|
|
|
|
+ <view class="btn-box bgBox flex justify-center align-center"
|
|
|
|
|
+ @click="closeOpenJob('close')">
|
|
|
|
|
+ 关闭岗位
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <!-- <view class="btn-box flex justify-between">
|
|
|
|
|
+ <view class="btn-box bgBox btn-boxs flex justify-center align-center"
|
|
|
@click="updataServeType(info.postPushId, 'update')"
|
|
@click="updataServeType(info.postPushId, 'update')"
|
|
|
style="background-color: #ffffff;border: 1px solid #016bf6;color: #016bf6;">
|
|
style="background-color: #ffffff;border: 1px solid #016bf6;color: #016bf6;">
|
|
|
编辑
|
|
编辑
|
|
|
- </view> -->
|
|
|
|
|
- <view class="btn-box bgBox btn-boxs flex justify-center align-center"
|
|
|
|
|
- @click="closeOpenJob('close')">
|
|
|
|
|
- 关闭岗位
|
|
|
|
|
</view>
|
|
</view>
|
|
|
- </view>
|
|
|
|
|
|
|
+ </view> -->
|
|
|
</view>
|
|
</view>
|
|
|
<view class="btn flex justify-center" v-if="info.status == 5">
|
|
<view class="btn flex justify-center" v-if="info.status == 5">
|
|
|
- <view class="btn-box flex justify-between">
|
|
|
|
|
- <!-- <view class="btn-box bgBox btn-boxs flex justify-center align-center"
|
|
|
|
|
|
|
+ <view class="btn-box bgBox flex justify-center align-center" @click="closeOpenJob('open')">
|
|
|
|
|
+ 开启岗位
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <!-- <view class="btn-box flex justify-between">
|
|
|
|
|
+ <view class="btn-box bgBox btn-boxs flex justify-center align-center"
|
|
|
@click="updataServeType(info.postPushId, 'update')"
|
|
@click="updataServeType(info.postPushId, 'update')"
|
|
|
style="background-color: #ffffff;border: 1px solid #016bf6;color: #016bf6;">
|
|
style="background-color: #ffffff;border: 1px solid #016bf6;color: #016bf6;">
|
|
|
编辑
|
|
编辑
|
|
|
- </view> -->
|
|
|
|
|
- <view class="btn-box bgBox btn-boxs flex justify-center align-center" @click="closeOpenJob('open')">
|
|
|
|
|
- 开启岗位
|
|
|
|
|
</view>
|
|
</view>
|
|
|
- </view>
|
|
|
|
|
|
|
+ </view> -->
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|