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>
<div class="item-info"> <div class="item-info">
<label>家庭纯收入</label> <label>家庭纯收入</label>
<span>{{ info.fxxcIncome8 }}</span> <span>{{ info.familyIncome }}</span>
</div> </div>
<div class="item-info"> <div class="item-info">
<label>家庭人均纯收入</label> <label>家庭人均纯收入</label>
<span>{{ info.fxxcIncome9 }}</span> <span>{{ info.perCapitaIncome }}</span>
</div> </div>
</div> </div>
<!-- 风险解除 --> <!-- 风险解除 -->

View File

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

View File

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

View File

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