diff --git a/src/router/modules/menu.js b/src/router/modules/menu.js
index 4b72bc1106b00426d4271817815f4ff2665c4725..60ddbd54ebb66ad5223044cf881ac5d070c135c7 100644
--- a/src/router/modules/menu.js
+++ b/src/router/modules/menu.js
@@ -96,10 +96,10 @@ export default [
     path: "report",
     title: "报表管理",
     children: [
-      {
-        path: "/report/bi",
-        title: "财务账单报表",
-      },
+      // {
+      //   path: "/report/bi",
+      //   title: "财务账单报表",
+      // },
             {
         path: "/report/returnedMoney",
         title: "账单回款报表",
diff --git a/src/views/charge-query/detail.vue b/src/views/charge-query/detail.vue
index decefb90cbbed25bc1d2a842e9f21abb9edb8fb3..31456fb575f8bd88880b0522290a3767ca06fe82 100644
--- a/src/views/charge-query/detail.vue
+++ b/src/views/charge-query/detail.vue
@@ -60,7 +60,7 @@
     <!--分页-->
     <BurtPagination :pagination="pagination" @pageChange="_getChargeListDetail" />
 
-    <div class="title-div">费用支付明细</div>
+    <!-- <div class="title-div">费用支付明细</div>
     <a-table :columns="payColumns" :data-source="payDataList" :scroll="{ x: true }" :pagination="false" class="payTable">
       <template slot="paymentType" slot-scope="text">
         <a-button class="danger">{{ text | payStyleFilters }}</a-button>
@@ -75,7 +75,7 @@
               <Icon name="ssidayinji_o" :size="14" />打印</a-button>
         </div>
       </a-col>
-    </a-row>
+    </a-row> -->
 
     <a-modal title="编辑" :visible="dialogShow" width="700px" :maskClosable="false"
       okText="确定" cancelText="取消"