帮扶成效

This commit is contained in:
shijingjing
2022-07-21 16:12:58 +08:00
parent 1d33cb6fff
commit 7a4870b5bd

View File

@@ -26,7 +26,7 @@
<div class="card" v-for="(item,index) in list" :key="index" @click="toDetail(item.id)">
<p class="user">
<span class="name">{{ item.name }}</span>
<span :style="{color: item.houseType==1? '#FF6300': '#00D25D'}">{{ $dict.getLabel('', item.houseType) }}</span>
<span :style="{color: item.houseType==1? '#FF6300': '#00D25D'}">{{ $dict.getLabel('fpHouseType', item.houseType) }}</span>
</p>
<div class="idCard">{{ item.idNumber.replace(/(.{6}).*(.{4})/, '$1********$2') }}</div>
<div class="tel" @click="callPhone()"><img src="./images/dh@2x.png" alt="">{{ item.phone}}</div>
@@ -54,7 +54,6 @@ export default {
areaList: [],
typeList: [],
houseType: 1,
provertyStatus: 0,
list: [],
areaId: '',
areaName: '',
@@ -97,7 +96,6 @@ export default {
this.$http.post('/app/appgirdmemberpoverty/listByGirdMember', null, {
params: {
current: this.current,
provertyStatus: this.provertyStatus,
con: this.name,
area: this.areaId,
houseType: this.houseType