吴学文 il y a 7 ans
Parent
commit
b45d7b9f1f

+ 3 - 0
WebService/src/main/resources/components/floor/listFloor.html

@@ -44,6 +44,9 @@
                                 {{floor.remark}}
                             </td>
                             <td class="text-right">
+                                <div class="btn-group">
+                                    <button class="btn-white btn btn-xs" v-on:click="_openDelFloorModel(floor)">修改</button>
+                                </div>
                                 <div class="btn-group">
                                     <button class="btn-white btn btn-xs" v-on:click="_openDelFloorModel(floor)">删除</button>
                                 </div>