wuxw
2020-01-14 69e2baf5518079bfc16cfadc2fb29842fb3de85d
WebService/src/main/resources/components/unitPackage/unit-manage/unit.html
@@ -8,7 +8,7 @@
                    <h5>查询条件</h5>
                    <div class="ibox-tools" style="top:10px;">
                        <button type="button" class="btn btn-link btn-sm" style="margin-right:10px;"
                                v-on:click="_moreCondition()">更多
                                v-on:click="_moreCondition()">{{unitInfo.moreCondition == true?'隐藏':'更多'}}
                        </button>
                    </div>
                </div>
@@ -16,14 +16,17 @@
                    <div class="row">
                        <div class="col-sm-4">
                            <input type="text" placeholder="请选择楼栋"
                                   v-model="unitInfo.conditions.floorName" class=" form-control">
                            <div class="input-group-prepend">
                                <button type="button" class="btn btn-primary btn-sm"
                                        v-on:click="_openChooseFloorMethod()"><i
                                        class="glyphicon glyphicon-search"></i> 选择
                                </button>
                            <div class="form-group input-group">
                                <input type="text" placeholder="请选择楼栋"
                                       v-model="unitInfo.conditions.floorName" class=" form-control">
                                <div class="input-group-prepend">
                                    <button type="button" class="btn btn-primary btn-sm"
                                            v-on:click="_openChooseFloorMethod()"><i
                                            class="glyphicon glyphicon-search"></i> 选择
                                    </button>
                                </div>
                            </div>
                        </div>
                        <div class="col-sm-3">
                            <div class="form-group">
@@ -83,7 +86,6 @@
                            <th data-hide="phone">总层数</th>
                            <th data-hide="phone">是否有电梯</th>
                            <th data-hide="phone,tablet">创建人</th>
                            <th data-hide="phone">备注</th>
                            <th class="text-right">操作</th>
                        </tr>
@@ -104,9 +106,6 @@
                            </td>
                            <td>
                                {{unit.userName}}
                            </td>
                            <td>
                                {{unit.remark}}
                            </td>
                            <td class="text-right">
                                <div class="btn-group">