From 035539b4e23f36b10dfba16fec01f26d3c629e29 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期三, 08 五月 2019 23:42:25 +0800
Subject: [PATCH] 房屋管理开发完成
---
WebService/src/main/resources/components/room/room.html | 34 +++++++++++++++++++++++++++++++++-
1 files changed, 33 insertions(+), 1 deletions(-)
diff --git a/WebService/src/main/resources/components/room/room.html b/WebService/src/main/resources/components/room/room.html
index 3fe1ade..65fb2d9 100644
--- a/WebService/src/main/resources/components/room/room.html
+++ b/WebService/src/main/resources/components/room/room.html
@@ -5,9 +5,41 @@
<div class="row">
<div class="col-lg-12">
<div class="ibox">
+ <div class="ibox-title">
+ <h5>鎴垮眿淇℃伅</h5>
+ </div>
<div class="ibox-content">
- <table class="footable table table-stripped toggle-arrow-tiny" data-page-size="10">
+ <div class="row">
+ <div class="col-sm-4 m-b-xs">
+ <select class="form-control-sm form-control input-s-sm inline">
+ <option selected disabled value="">璇烽�夋嫨鍗曞厓</option>
+ <option >1鍗曞厓</option>
+ </select>
+ </div>
+ <div class="col-sm-3 m-b-xs">
+ <select class="form-control-sm form-control input-s-sm inline">
+ <option selected disabled value="">璇烽�夋嫨鐘舵��</option>
+ <option>鍑哄敭</option>
+ <option>鏈嚭鍞�</option>
+ </select>
+ </div>
+
+ <div class="col-sm-3">
+ <div class="input-group">
+ <input type="text" placeholder="璇峰~鍐欐埧灞嬬紪鍙�" class="form-control form-control-sm">
+ </div>
+
+ </div>
+
+ <div class="col-sm-2">
+ <button type="button" class="btn btn-primary btn-sm" v-on:click="openSearchFloorModel()">
+ <i class="glyphicon glyphicon-search"></i> 椹笂鏌ヨ</button>
+ </div>
+
+ </div>
+
+ <table class="footable table table-stripped toggle-arrow-tiny" style="margin-top:10px" data-page-size="10">
<thead>
<tr>
<th>鎴垮眿ID</th>
--
Gitblit v1.8.0