From 4ee6445f67bbb56caa2b2f981afce6e87cc602af Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期三, 10 七月 2019 21:01:26 +0800
Subject: [PATCH] 每个页面显示当前页面名称,将上下框无法对其的处理对齐

---
 WebService/src/main/resources/components/floor/listFloor.html |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/WebService/src/main/resources/components/floor/listFloor.html b/WebService/src/main/resources/components/floor/listFloor.html
index 4e917ff..f58c880 100644
--- a/WebService/src/main/resources/components/floor/listFloor.html
+++ b/WebService/src/main/resources/components/floor/listFloor.html
@@ -1,4 +1,4 @@
-<div id="component" class="wrapper wrapper-content animated fadeInRight ecommerce">
+<div id="component" >
     <div class="row">
         <div class="col-lg-12">
             <div class="ibox">
@@ -21,7 +21,6 @@
                             <th data-hide="phone">缂栧彿</th>
                             <th data-hide="phone">鍒涘缓鍛樺伐</th>
                             <th data-hide="phone">澶囨敞</th>
-                            <th data-hide="phone">鍒涘缓鏃堕棿</th>
                             <th class="text-right">鎿嶄綔</th>
 
                         </tr>
@@ -31,8 +30,12 @@
                             <td>
                                 {{floor.floorId}}
                             </td>
+
                             <td>
-                                {{floor.name}}
+                                {{floor.floorName}}
+                            </td>
+                            <td>
+                                {{floor.floorNum}}
                             </td>
                             <td>
                                 {{floor.userName}}
@@ -40,10 +43,10 @@
                             <td>
                                 {{floor.remark}}
                             </td>
-                            <td>
-                                {{vc.dateFormat(floor.createTime)}}
-                            </td>
                             <td class="text-right">
+                                <div class="btn-group">
+                                    <button class="btn-white btn btn-xs" v-on:click="_openEditFloorModel(floor)">淇敼</button>
+                                </div>
                                 <div class="btn-group">
                                     <button class="btn-white btn btn-xs" v-on:click="_openDelFloorModel(floor)">鍒犻櫎</button>
                                 </div>
@@ -58,10 +61,15 @@
                         </tr>
                         </tfoot>
                     </table>
-
+                    <!-- 鍒嗛〉 -->
+                    <vc:create name="pagination"></vc:create>
                 </div>
             </div>
         </div>
     </div>
 
+    <vc:create name="addFloor"></vc:create>
+    <vc:create name="editFloor"></vc:create>
+    <vc:create name="deleteFloor"></vc:create>
+
 </div>
\ No newline at end of file

--
Gitblit v1.8.0