Commit 7ac265f6 authored by 金王方-del's avatar 金王方-del

fix: 隐藏模块

parent f9bebe2c
...@@ -96,10 +96,10 @@ export default [ ...@@ -96,10 +96,10 @@ export default [
path: "report", path: "report",
title: "报表管理", title: "报表管理",
children: [ children: [
{ // {
path: "/report/bi", // path: "/report/bi",
title: "财务账单报表", // title: "财务账单报表",
}, // },
{ {
path: "/report/returnedMoney", path: "/report/returnedMoney",
title: "账单回款报表", title: "账单回款报表",
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<!--分页--> <!--分页-->
<BurtPagination :pagination="pagination" @pageChange="_getChargeListDetail" /> <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"> <a-table :columns="payColumns" :data-source="payDataList" :scroll="{ x: true }" :pagination="false" class="payTable">
<template slot="paymentType" slot-scope="text"> <template slot="paymentType" slot-scope="text">
<a-button class="danger">{{ text | payStyleFilters }}</a-button> <a-button class="danger">{{ text | payStyleFilters }}</a-button>
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
<Icon name="ssidayinji_o" :size="14" />打印</a-button> <Icon name="ssidayinji_o" :size="14" />打印</a-button>
</div> </div>
</a-col> </a-col>
</a-row> </a-row> -->
<a-modal title="编辑" :visible="dialogShow" width="700px" :maskClosable="false" <a-modal title="编辑" :visible="dialogShow" width="700px" :maskClosable="false"
okText="确定" cancelText="取消" okText="确定" cancelText="取消"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment