|
|
@@ -1,15 +1,15 @@
|
|
|
-<div id="component" >
|
|
|
+<div id="component">
|
|
|
<!--<vc:create name="unitSelectFloor"></vc:create>-->
|
|
|
|
|
|
- <div class="row">
|
|
|
+ <!--<div class="row">
|
|
|
<div class="col-lg-12">
|
|
|
<div class="ibox ">
|
|
|
<div class="ibox-title">
|
|
|
<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()">更多
|
|
|
- </button>
|
|
|
+ <button type="button" class="btn btn-link btn-sm" style="margin-right:10px;"
|
|
|
+ v-on:click="_moreCondition()">更多
|
|
|
+ </button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="ibox-content">
|
|
|
@@ -39,7 +39,7 @@
|
|
|
</div>
|
|
|
<div class="col-sm-1">
|
|
|
<button type="button" class="btn btn-primary btn-sm" v-on:click="_queryUnitMethod()"><i
|
|
|
- class="glyphicon glyphicon-search" ></i> 查询
|
|
|
+ class="glyphicon glyphicon-search"></i> 查询
|
|
|
</button>
|
|
|
</div>
|
|
|
|
|
|
@@ -54,11 +54,10 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
-
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div>-->
|
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
@@ -70,7 +69,8 @@
|
|
|
<button type="button" class="btn btn-primary btn-sm"
|
|
|
v-if="unitInfo。conditions.floorId != null && unitInfo。conditions.floorId != ''"
|
|
|
style="margin-left:10px" v-on:click="openAddUnitModel()">
|
|
|
- <i class="glyphicon glyphicon-plus" ></i> 添加单元</button>
|
|
|
+ <i class="glyphicon glyphicon-plus"></i> 添加单元
|
|
|
+ </button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="ibox-content">
|
|
|
@@ -82,7 +82,7 @@
|
|
|
<th data-hide="phone">单元编号</th>
|
|
|
<th data-hide="phone">总层数</th>
|
|
|
<th data-hide="phone">是否有电梯</th>
|
|
|
- <th data-hide="phone,tablet" >创建人</th>
|
|
|
+ <th data-hide="phone,tablet">创建人</th>
|
|
|
<th data-hide="phone">备注</th>
|
|
|
<th class="text-right">操作</th>
|
|
|
|
|
|
@@ -110,10 +110,12 @@
|
|
|
</td>
|
|
|
<td class="text-right">
|
|
|
<div class="btn-group">
|
|
|
- <button class="btn-white btn btn-xs" v-on:click="_openEditUnitModel(unit)">修改</button>
|
|
|
+ <button class="btn-white btn btn-xs" v-on:click="_openEditUnitModel(unit)">修改
|
|
|
+ </button>
|
|
|
</div>
|
|
|
<div class="btn-group">
|
|
|
- <button class="btn-white btn btn-xs" v-on:click="_openDeleteUnitModel(unit)">删除</button>
|
|
|
+ <button class="btn-white btn btn-xs" v-on:click="_openDeleteUnitModel(unit)">删除
|
|
|
+ </button>
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|