wuxw
2020-02-19 5889a3eb79e1894ab72ffdfdbb5a1df0fda8b746
优化查询显示
2个文件已修改
6 ■■■■ 已修改文件
WebService/src/main/resources/components/communityPackage/areaSelect/areaSelect.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebService/src/main/resources/components/communityPackage/community-manage/communityManage.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebService/src/main/resources/components/communityPackage/areaSelect/areaSelect.html
@@ -29,7 +29,7 @@
            v-model="this.areaSelectInfo.selectArea"
            @change="this.getArea(this.areaSelectInfo.selectArea)">
        <option value='' disabled selected style='display:none;'>请选择区县</option>
        <option v-for="item in areas"
        <option v-for="item in this.areaSelectInfo.areas"
                :label="item.areaName"
                :value="item.areaCode">{{item.areaName}}
        </option>
WebService/src/main/resources/components/communityPackage/community-manage/communityManage.html
@@ -10,7 +10,7 @@
                </div>
                <div class="ibox-content">
                    <div class="row">
                        <div class="col-sm-5">
                        <div class="col-sm-6">
                            <vc:create name="areaSelect"
                                       callBackListener="communityManage"
                                       callBackFunction="notifyArea"
@@ -23,7 +23,7 @@
                                       v-model="communityManageInfo.conditions.name" class=" form-control">
                            </div>
                        </div>
                        <div class="col-sm-3">
                        <div class="col-sm-2">
                            <div class="form-group">
                                <input type="text" placeholder="请输入小区ID"
                                       v-model="communityManageInfo.conditions.communityId" class=" form-control">