This commit is contained in:
shijingjing
2022-04-29 10:18:11 +08:00
parent 26c37b0c03
commit 837aa3b8fe
4 changed files with 11 additions and 11 deletions

View File

@@ -104,11 +104,11 @@
</div>
<div class="item-info">
<label>家庭纯收入</label>
<span>{{ info.fxxcIncome8 }}</span>
<span>{{ info.familyIncome }}</span>
</div>
<div class="item-info">
<label>家庭人均纯收入</label>
<span>{{ info.fxxcIncome9 }}</span>
<span>{{ info.perCapitaIncome }}</span>
</div>
</div>
<!-- 风险解除 -->

View File

@@ -114,7 +114,7 @@ export default {
<style lang="scss">
.detail {
padding-top: 16px;
// padding-top: 16px;
&.active {
padding-top: 0;

View File

@@ -301,11 +301,11 @@ export default {
labourStatus: '',
workArea: '',
workeMonths: '',
basicMedicalTreatment: '',
seriousIllnessInsurance: '',
endowmentInsurance: '',
subsistenceAllowance: '',
specialPovertySupport: '',
basicMedicalTreatment: '02',
seriousIllnessInsurance: '02',
endowmentInsurance: '02',
subsistenceAllowance: '02',
specialPovertySupport: '02',
girdId: '',
girdName: '',
healthyStatus: '',

View File

@@ -9,7 +9,7 @@
<span>户类型</span>
</div>
<div class="right">
<AiSelect dict="fpType" v-model="form.objectType"></AiSelect>
<AiSelect dict="fpHouseType" v-model="form.houseType"></AiSelect>
</div>
</div>
</div>
@@ -280,7 +280,7 @@ export default {
data() {
return {
form: {
objectType: '',
houseType: '',
dilapidatedHousehold: '02',
drinkingWaterSafety: '02',
move: '02',
@@ -313,7 +313,7 @@ export default {
onLoad(query) {
this.$dict.load(['fpYesOrNo', 'fpRiskType','fpHouseRoadType','fpFuelType']).then(() => {
this.$dict.load(['fpYesOrNo', 'fpRiskType','fpHouseRoadType','fpFuelType','fpHouseType']).then(() => {
this.getInfo(query.id)
})
this.id = query.id