Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
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
罗超
SuperMan
Commits
20d3373e
Commit
20d3373e
authored
Jan 02, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9b4f3aed
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
622 additions
and
0 deletions
+622
-0
AccountStatementDetail.vue
...ents/FinancialModule/accDetail/AccountStatementDetail.vue
+615
-0
config.js
src/router/config.js
+7
-0
No files found.
src/components/FinancialModule/accDetail/AccountStatementDetail.vue
0 → 100644
View file @
20d3373e
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
20d3373e
...
...
@@ -3896,6 +3896,13 @@ export default {
meta
:
{
title
:
'银行账户明细'
},
},
{
//财务 账户流水 明细
path
:
'/AccountStatementDetail'
,
name
:
'AccountStatementDetail'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/accDetail/AccountStatementDetail'
],
resolve
),
meta
:
{
title
:
'账户流水明细'
},
},
{
//财务 领队导游往来账
path
:
'/GuideAccount'
,
name
:
'GuideAccount'
,
...
...
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