|
@@ -146,6 +146,7 @@
|
|
<el-table-column label="身份证" align="center" prop="idCard" show-overflow-tooltip/>
|
|
<el-table-column label="身份证" align="center" prop="idCard" show-overflow-tooltip/>
|
|
<el-table-column label="手机号" align="center" prop="phone" show-overflow-tooltip/>
|
|
<el-table-column label="手机号" align="center" prop="phone" show-overflow-tooltip/>
|
|
<el-table-column label="现住人电话" align="center" prop="newPhone" show-overflow-tooltip/>
|
|
<el-table-column label="现住人电话" align="center" prop="newPhone" show-overflow-tooltip/>
|
|
|
|
+ <el-table-column label="现住人地址" align="center" prop="newAddres" show-overflow-tooltip/>
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button
|
|
<el-button
|
|
@@ -264,6 +265,13 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
|
|
+ <el-col :span="20">
|
|
|
|
+ <el-form-item label="现住人地址" prop="remark">
|
|
|
|
+ <el-input v-model="form.newAddres" type="textarea" placeholder="请输入内容" maxlength="100"/>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row :gutter="20">
|
|
<el-col :span="15">
|
|
<el-col :span="15">
|
|
<el-form-item label="现住人电话" prop="newPhone">
|
|
<el-form-item label="现住人电话" prop="newPhone">
|
|
<el-table :data="newPhone" style="width: 100%">
|
|
<el-table :data="newPhone" style="width: 100%">
|