| | |
| | | <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> |
| | |
| | | <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> |
| | |
| | | </td> |
| | | <td> |
| | | {{unit.userName}} |
| | | </td> |
| | | <td> |
| | | {{unit.remark}} |
| | | </td> |
| | | <td class="text-right"> |
| | | <div class="btn-group"> |