|
@ -28,15 +28,18 @@ |
|
|
prop="name" |
|
|
prop="name" |
|
|
label-width="150px" |
|
|
label-width="150px" |
|
|
style="display: block"> |
|
|
style="display: block"> |
|
|
|
|
|
|
|
|
<el-input class="cell-width-1" |
|
|
<el-input class="cell-width-1" |
|
|
maxlength="10" |
|
|
maxlength="10" |
|
|
placeholder="请输入报事人姓名" |
|
|
placeholder="请输入报事人姓名" |
|
|
v-model="formData.name"> |
|
|
v-model="formData.name"> |
|
|
</el-input> |
|
|
</el-input> |
|
|
<el-button style="margin-left: 10px" |
|
|
<div> |
|
|
|
|
|
<el-button style="margin-top: 10px" |
|
|
type="primary" |
|
|
type="primary" |
|
|
size="mini" |
|
|
size="mini" |
|
|
@click="handleShowPersonList">居民信息中选择</el-button> |
|
|
@click="handleShowPersonList">居民信息中选择</el-button> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item label="手机号" |
|
|
<el-form-item label="手机号" |
|
|