|
@ -36,9 +36,6 @@ |
|
|
<el-form-item label="与户主关系" prop="relation"> |
|
|
<el-form-item label="与户主关系" prop="relation"> |
|
|
<el-input disabled v-model="dataForm.relation" placeholder="与户主关系"></el-input> |
|
|
<el-input disabled v-model="dataForm.relation" placeholder="与户主关系"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item label="年龄" prop="age"> |
|
|
|
|
|
<el-input disabled v-model="dataForm.age" placeholder="年龄"></el-input> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
<el-form-item label="现居住地名称" prop="outLiveAddressName"> |
|
|
<el-form-item label="现居住地名称" prop="outLiveAddressName"> |
|
|
<el-input disabled v-model="dataForm.outLiveAddressName" placeholder="现居住地名称"></el-input> |
|
|
<el-input disabled v-model="dataForm.outLiveAddressName" placeholder="现居住地名称"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
@ -116,12 +113,6 @@ |
|
|
<el-form-item class="red-item" v-if="dataForm.relation !== dataForm.lastRelation" label="与户主关系(变更前)" prop="lastRelation"> |
|
|
<el-form-item class="red-item" v-if="dataForm.relation !== dataForm.lastRelation" label="与户主关系(变更前)" prop="lastRelation"> |
|
|
<el-input disabled v-model="dataForm.lastRelation" placeholder="与户主关系"></el-input> |
|
|
<el-input disabled v-model="dataForm.lastRelation" placeholder="与户主关系"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item label="年龄" prop="age"> |
|
|
|
|
|
<el-input disabled v-model="dataForm.age" placeholder="年龄"></el-input> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
<el-form-item class="red-item" v-if="dataForm.age !== dataForm.lastAge" label="年龄(变更前)" prop="lastAge"> |
|
|
|
|
|
<el-input disabled v-model="dataForm.lastAge" placeholder="年龄"></el-input> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
<el-form-item label="现居住地名称" prop="outLiveAddressName"> |
|
|
<el-form-item label="现居住地名称" prop="outLiveAddressName"> |
|
|
<el-input disabled v-model="dataForm.outLiveAddressName" placeholder="现居住地名称"></el-input> |
|
|
<el-input disabled v-model="dataForm.outLiveAddressName" placeholder="现居住地名称"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
@ -174,8 +165,6 @@ export default { |
|
|
lastNation: '', |
|
|
lastNation: '', |
|
|
relation: '', |
|
|
relation: '', |
|
|
lastRelation: '', |
|
|
lastRelation: '', |
|
|
age: '', |
|
|
|
|
|
lastAge: '', |
|
|
|
|
|
liveAddressCode: '', |
|
|
liveAddressCode: '', |
|
|
liveAddressName: '', |
|
|
liveAddressName: '', |
|
|
community: '', |
|
|
community: '', |
|
|