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

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

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

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

@ -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="手机号"

Loading…
Cancel
Save