This commit is contained in:
2025-11-03 13:40:27 +08:00
parent 64426e6834
commit f1daab1193
10 changed files with 124 additions and 82 deletions

View File

@@ -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>