wuxw преди 6 години
родител
ревизия
40ee345d80

+ 4 - 5
WebService/src/main/resources/components/feePackage/roomCreateFee/roomCreateFee.html

@@ -86,10 +86,6 @@
                                 style="margin-left:10px" v-on:click="_openAddRoom()">
                             <i class="glyphicon glyphicon-plus"></i> 批量取消收费
                         </button>
-                        <button type="button" class="btn btn-primary btn-sm"
-                                style="margin-left:10px" v-on:click="_openAddRoom()">
-                            <i class="glyphicon glyphicon-plus"></i> 查看收费
-                        </button>
                     </div>
                 </div>
                 <div class="ibox-content">
@@ -101,7 +97,6 @@
                             <th>房屋ID</th>
                             <th data-hide="phone">房屋编号</th>
                             <th data-hide="phone">楼层</th>
-                            <th data-hide="phone">建筑面积</th>
                             <th data-hide="phone">业主ID</th>
                             <th data-hide="phone">业主名称</th>
                             <th data-hide="phone">业主身份证</th>
@@ -138,6 +133,10 @@
                                     <button class="btn-white btn btn-xs" v-on:click="_openDelRoomModel(room)">取消收费
                                     </button>
                                 </div>
+                                <div class="btn-group">
+                                    <button class="btn-white btn btn-xs" v-on:click="_openDelRoomModel(room)">查看收费
+                                    </button>
+                                </div>
                             </td>
                         </tr>
                         </tbody>

+ 1 - 1
WebService/src/main/resources/views/roomCreateFeeFlow.html

@@ -23,7 +23,7 @@
         </div>
         <!-- id="component" -->
         <div  class="wrapper wrapper-content animated fadeInRight">
-            <vc:create name="unit"></vc:create>
+            <vc:create name="roomCreateFee"></vc:create>
         </div>