jiangyy 3 years ago
parent
commit
1cb3aea3d3
  1. 2
      src/assets/scss/modules/shequzhili/event-info.scss
  2. 11
      src/views/modules/shequzhili/event/cpts/add.vue

2
src/assets/scss/modules/shequzhili/event-info.scss

@ -143,7 +143,7 @@
width: 450px
}
.cell-width-2{
width: 350px
width: 300px
}
.cell-width-map {

11
src/views/modules/shequzhili/event/cpts/add.vue

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

Loading…
Cancel
Save