From b3f85b60ba9e39572e686009d36b5e5d7e81e910 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 11 七月 2019 20:30:10 +0800
Subject: [PATCH] 合并远程信息

---
 WebService/src/main/resources/components/unit/unit.html |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/WebService/src/main/resources/components/unit/unit.html b/WebService/src/main/resources/components/unit/unit.html
index c050242..4765e0d 100644
--- a/WebService/src/main/resources/components/unit/unit.html
+++ b/WebService/src/main/resources/components/unit/unit.html
@@ -1,4 +1,4 @@
-<div id="component" class="wrapper wrapper-content animated fadeInRight ecommerce">
+<div id="component" >
     <vc:create name="unitSelectFloor"></vc:create>
     <div class="row">
         <div class="col-lg-12">
@@ -30,7 +30,7 @@
                                 {{unit.layerCount}}
                             </td>
                             <td>
-                                {{unit.lift}}
+                                {{unit.lift == '1010'?'鏈�':'鏃�'}}
                             </td>
                             <td>
                                 {{unit.userName}}
@@ -39,6 +39,9 @@
                                 {{unit.remark}}
                             </td>
                             <td class="text-right">
+                                <div class="btn-group">
+                                    <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>
                                 </div>
@@ -59,5 +62,6 @@
         </div>
     </div>
     <!-- 鍒犻櫎鍛樺伐鏉冮檺 -->
+    <vc:create name="editUnit"></vc:create>
     <vc:create name="deleteUnit"></vc:create>
 </div>
\ No newline at end of file

--
Gitblit v1.8.0