|
|
@@ -256,14 +256,14 @@
|
|
|
</view>
|
|
|
<view class="btn flex justify-center" v-if="info.status==3 && info.isOverdue==0">
|
|
|
<view class="btn-box bgBox flex justify-center align-center"
|
|
|
- @click="updataServeType(info.postPushId,'updata')" style="background-color: #ffffff;border: 1px solid #016bf6;color: #016bf6;">
|
|
|
+ @click="updataServeType(info.postPushId,'update')" style="background-color: #ffffff;border: 1px solid #016bf6;color: #016bf6;">
|
|
|
编辑
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="btn flex justify-center" v-if="info.status==2 && info.isOverdue == 0">
|
|
|
<view class="btn-box flex justify-between">
|
|
|
<view class="btn-box bgBox btn-boxs flex justify-center align-center"
|
|
|
- @click="updataServeType(info.postPushId,'updata')" style="background-color: #ffffff;border: 1px solid #016bf6;color: #016bf6;">
|
|
|
+ @click="updataServeType(info.postPushId,'update')" 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')">
|
|
|
@@ -274,7 +274,7 @@
|
|
|
<view class="btn flex justify-center" v-if="info.status==5 && info.isOverdue == 0">
|
|
|
<view class="btn-box flex justify-between">
|
|
|
<view class="btn-box bgBox btn-boxs flex justify-center align-center"
|
|
|
- @click="updataServeType(info.postPushId,'updata')" style="background-color: #ffffff;border: 1px solid #016bf6;color: #016bf6;">
|
|
|
+ @click="updataServeType(info.postPushId,'update')" 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')">
|