帮扶成效
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
<div class="card" v-for="(item,index) in list" :key="index" @click="toDetail(item.id)">
|
<div class="card" v-for="(item,index) in list" :key="index" @click="toDetail(item.id)">
|
||||||
<p class="user">
|
<p class="user">
|
||||||
<span class="name">{{ item.name }}</span>
|
<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>
|
</p>
|
||||||
<div class="idCard">{{ item.idNumber.replace(/(.{6}).*(.{4})/, '$1********$2') }}</div>
|
<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>
|
<div class="tel" @click="callPhone()"><img src="./images/dh@2x.png" alt="">{{ item.phone}}</div>
|
||||||
@@ -54,7 +54,6 @@ export default {
|
|||||||
areaList: [],
|
areaList: [],
|
||||||
typeList: [],
|
typeList: [],
|
||||||
houseType: 1,
|
houseType: 1,
|
||||||
provertyStatus: 0,
|
|
||||||
list: [],
|
list: [],
|
||||||
areaId: '',
|
areaId: '',
|
||||||
areaName: '',
|
areaName: '',
|
||||||
@@ -97,7 +96,6 @@ export default {
|
|||||||
this.$http.post('/app/appgirdmemberpoverty/listByGirdMember', null, {
|
this.$http.post('/app/appgirdmemberpoverty/listByGirdMember', null, {
|
||||||
params: {
|
params: {
|
||||||
current: this.current,
|
current: this.current,
|
||||||
provertyStatus: this.provertyStatus,
|
|
||||||
con: this.name,
|
con: this.name,
|
||||||
area: this.areaId,
|
area: this.areaId,
|
||||||
houseType: this.houseType
|
houseType: this.houseType
|
||||||
|
|||||||
Reference in New Issue
Block a user