wuxw
2020-02-18 1c9c4d0b6cd221e685a30b1c8aef53349d45cde0
WebService/src/main/resources/components/feePackage/roomCreateFee/roomCreateFee.html
@@ -80,12 +80,12 @@
                    <div class="ibox-tools" style="top:10px;">
                        <button type="button" class="btn btn-primary btn-sm"
                                style="margin-left:10px" v-on:click="_openRoomCreateFeeAddModal(null,true)">
                            <i class="glyphicon glyphicon-plus"></i> 批量创建收费
                            <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>
<!--                        <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">
@@ -130,11 +130,7 @@
                                    </button>
                                </div>
                                <div class="btn-group">
                                    <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 class="btn-white btn btn-xs" v-on:click="_openViewRoomCreateFee(room)">查看收费
                                    </button>
                                </div>
                            </td>