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
343565f5
Commit
343565f5
authored
Oct 25, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
bea1ec23
947a42af
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2199 additions
and
2135 deletions
+2199
-2135
PlatformAccount.vue
src/components/FinancialModule/PlatformAccount.vue
+5
-2135
index.vue
src/components/FinancialModule/PlatformAccount/index.vue
+2163
-0
PlatformAccountExamine.vue
src/components/FinancialModule/PlatformAccountExamine.vue
+24
-0
config.js
src/router/config.js
+7
-0
No files found.
src/components/FinancialModule/PlatformAccount.vue
View file @
343565f5
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/PlatformAccount/index.vue
0 → 100644
View file @
343565f5
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/PlatformAccountExamine.vue
0 → 100644
View file @
343565f5
<
template
>
<div>
<PlatformAccount
:pagesTitle=
"pagesTitle"
></PlatformAccount>
</div>
</
template
>
<
script
>
import
PlatformAccount
from
'./PlatformAccount/index.vue'
;
export
default
{
components
:
{
PlatformAccount
},
data
()
{
return
{
pagesTitle
:
'审核'
,
};
},
methods
:
{
}
};
</
script
>
<
style
scoped
>
</
style
>
src/router/config.js
View file @
343565f5
...
...
@@ -3834,6 +3834,13 @@ export default {
meta
:
{
title
:
'平台账户'
},
},{
//财务 审核平台账户
path
:
'/PlatformAccountExamine'
,
name
:
'PlatformAccountExamine'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/PlatformAccountExamine'
],
resolve
),
meta
:
{
title
:
'审核平台账户'
},
},
{
//财务 现金账户
path
:
'/CashAccount'
,
name
:
'CashAccount'
,
...
...
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