Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bims
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙海亮
bims
Commits
02f954ac
Commit
02f954ac
authored
Aug 17, 2023
by
金王方-del
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'func_eccs_2334' into 'test'
fix: 隐藏模块 See merge request
!58
parents
a20a43bd
7ac265f6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
menu.js
src/router/modules/menu.js
+4
-4
detail.vue
src/views/charge-query/detail.vue
+2
-2
No files found.
src/router/modules/menu.js
View file @
02f954ac
...
@@ -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
:
"
账单回款报表
"
,
...
...
src/views/charge-query/detail.vue
View file @
02f954ac
...
@@ -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=
"取消"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment