Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -41,9 +41,9 @@
|
|||||||
<span>身份证号:</span>
|
<span>身份证号:</span>
|
||||||
<span>{{ item.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1********$2') }}</span>
|
<span>{{ item.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1********$2') }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="spacial" v-if="item.idNumber == data.resident.idNumber">
|
<!-- <div class="spacial" v-if="item.idNumber == data.resident.idNumber">
|
||||||
<span v-for="(e,index) in spacialList" :key="index">{{e.applicationName}}</span>
|
<span v-for="(e,index) in spacialList" :key="index">{{e.applicationName}}</span>
|
||||||
</div>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -63,7 +63,7 @@ export default {
|
|||||||
id: '',
|
id: '',
|
||||||
data: [],
|
data: [],
|
||||||
resident: {},
|
resident: {},
|
||||||
spacialList: [],
|
// spacialList: [],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {},
|
computed: {},
|
||||||
@@ -85,7 +85,7 @@ export default {
|
|||||||
this.$forceUpdate()
|
this.$forceUpdate()
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.resident = res.data.resident
|
this.resident = res.data.resident
|
||||||
this.spacialList = res.data.resident.tsrqInfos
|
// this.spacialList = res.data.resident.tsrqInfos
|
||||||
this.$forceUpdate()
|
this.$forceUpdate()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@@ -197,14 +197,14 @@ export default {
|
|||||||
.rightBottom {
|
.rightBottom {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
.spacial {
|
// .spacial {
|
||||||
margin-top: 10px;
|
// margin-top: 10px;
|
||||||
white-space: wrap;
|
// white-space: wrap;
|
||||||
span {
|
// span {
|
||||||
margin-right: 10px;
|
// margin-right: 10px;
|
||||||
color: #ff4466;
|
// color: #ff4466;
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.card:nth-child(2n-1) {
|
.card:nth-child(2n-1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user