Browse Source

房屋管理新增编辑

dev-新版ui
jiangyy 3 years ago
parent
commit
246126b386
  1. 23
      src/views/modules/base/community/communityForm.vue

23
src/views/modules/base/community/communityForm.vue

@ -136,20 +136,27 @@
v-model="dataForm.address">
</el-input>
</el-form-item>
<div class="item-textarea">
<el-form-item label="备注"
prop="remark"
style="display: block">
<el-input class="edit_item_width_1"
<!-- <div class="item-textarea"> -->
<el-form-item label="备注"
prop="remark"
style="display: block">
<!-- <el-input class="edit_item_width_1"
type="textarea"
maxlength="500"
show-word-limit
resize="none"
:rows="3"
placeholder="请输入备注,不超过500字"
v-model="dataForm.remark"></el-input>
</el-form-item>
</div>
v-model="dataForm.remark"></el-input> -->
<el-input class="edit_item_width_1"
maxlength="500"
show-word-limit
placeholder="请输入备注,不超过500字"
v-model="dataForm.remark">
</el-input>
</el-form-item>
<!-- </div> -->
</div>
<el-form-item v-show="propertyFormShow"
label="物业名称"

Loading…
Cancel
Save