|
@@ -1,4 +1,5 @@
|
|
|
-<div id = "addCommunityModel" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true" >
|
|
|
|
|
|
|
+<div id="addCommunityModel" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
|
|
|
|
|
+ aria-hidden="true">
|
|
|
<div class="modal-dialog modal-lg">
|
|
<div class="modal-dialog modal-lg">
|
|
|
<div class="modal-content">
|
|
<div class="modal-content">
|
|
|
<div class="modal-body">
|
|
<div class="modal-body">
|
|
@@ -20,27 +21,34 @@
|
|
|
</div>-->
|
|
</div>-->
|
|
|
|
|
|
|
|
<div class="form-group row">
|
|
<div class="form-group row">
|
|
|
- <label class="col-sm-2 col-form-label">小区名称</label>
|
|
|
|
|
- <div class="col-sm-10">
|
|
|
|
|
- <input v-model="addCommunityInfo.name" type="text" placeholder="必填,请填写小区名称" class="form-control">
|
|
|
|
|
- </div>
|
|
|
|
|
-</div>
|
|
|
|
|
-<div class="form-group row">
|
|
|
|
|
- <label class="col-sm-2 col-form-label">小区地址</label>
|
|
|
|
|
- <div class="col-sm-10">
|
|
|
|
|
- <input v-model="addCommunityInfo.address" type="text" placeholder="必填,请填写小区地址" class="form-control">
|
|
|
|
|
- </div>
|
|
|
|
|
-</div>
|
|
|
|
|
-<div class="form-group row">
|
|
|
|
|
- <label class="col-sm-2 col-form-label">附近地标</label>
|
|
|
|
|
- <div class="col-sm-10">
|
|
|
|
|
- <input v-model="addCommunityInfo.nearbyLandmarks" type="text" placeholder="必填,请填写附近地标" class="form-control">
|
|
|
|
|
- </div>
|
|
|
|
|
-</div>
|
|
|
|
|
|
|
+ <label class="col-sm-2 col-form-label">小区名称</label>
|
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
|
+ <input v-model="addCommunityInfo.name" type="text" placeholder="必填,请填写小区名称"
|
|
|
|
|
+ class="form-control">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="form-group row">
|
|
|
|
|
+ <label class="col-sm-2 col-form-label">小区地址</label>
|
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
|
+ <input v-model="addCommunityInfo.address" type="text" placeholder="必填,请填写小区地址"
|
|
|
|
|
+ class="form-control">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="form-group row">
|
|
|
|
|
+ <label class="col-sm-2 col-form-label">附近地标</label>
|
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
|
+ <input v-model="addCommunityInfo.nearbyLandmarks" type="text"
|
|
|
|
|
+ placeholder="必填,请填写附近地标" class="form-control">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
|
|
|
<div class="ibox-content">
|
|
<div class="ibox-content">
|
|
|
- <button class="btn btn-primary float-right" type="button" v-on:click="saveCommunityInfo()" ><i class="fa fa-check"></i> 保存</button>
|
|
|
|
|
- <button type="button" class="btn btn-warning float-right" style="margin-right:20px;" data-dismiss="modal">取消</button>
|
|
|
|
|
|
|
+ <button class="btn btn-primary float-right" type="button"
|
|
|
|
|
+ v-on:click="saveCommunityInfo()"><i class="fa fa-check"></i> 保存
|
|
|
|
|
+ </button>
|
|
|
|
|
+ <button type="button" class="btn btn-warning float-right" style="margin-right:20px;"
|
|
|
|
|
+ data-dismiss="modal">取消
|
|
|
|
|
+ </button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|