1
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
<view>
|
||||
<view v-for="(job,index) in perlist" :key="index"
|
||||
class="swipe_action_item">
|
||||
<view class="job-list__item" :style="{ paddingBottom: job.auditStatus == 1 ? '0' : '32rpx' }" @tap="toPage(`/pages/community/personEdit?id=${job.id}&type=edit`)">
|
||||
<view class="job-list__item" :style="{ paddingBottom: job.auditStatus == 1 ? '0' : '32rpx' }" @tap="toPage(`/packageRc/pages/community/personEdit?id=${job.id}&type=edit`)">
|
||||
<view class="job-list__item-top">
|
||||
<img src="https://rc.jinan.gov.cn/qcwjyH5/static/images/person/malepng.png" v-if="job.gender == 0" class="gender-img" alt="" />
|
||||
<img src="https://rc.jinan.gov.cn/qcwjyH5/static/images/person/femalepng.png" v-else class="gender-img" alt="" />
|
||||
@@ -125,8 +125,8 @@
|
||||
<view class="job-list__item-btn">
|
||||
<view v-show="$store.getters.roles.includes('shequn')" class="btn" style="color: #f56c6c;"
|
||||
@click.native.stop="handleReturn(job)">退回</view>
|
||||
<view class="btn" @click.native.stop=" $tab.navigateTo(
|
||||
`/pages/community/serviceDetails?id=${job.id}&userId=${job.userId}`
|
||||
<view class="btn" @click.native.stop="toPage(
|
||||
`/packageRc/pages/community/serviceDetails?id=${job.id}&userId=${job.userId}`
|
||||
)">服务</view>
|
||||
<view
|
||||
v-if=" job.personType == 3"
|
||||
@@ -654,7 +654,7 @@ export default {
|
||||
this.getList(true);
|
||||
},
|
||||
},
|
||||
};
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
Reference in New Issue
Block a user