Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
isc-v3.1-tmp
isc-web-vue
Commits
8433cded
Commit
8433cded
authored
Oct 28, 2024
by
zhoujunpeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加Fttpcm快照复核
parent
59f68643
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
ReviewFttpcm.vue
src/page/Review/Funds/ReviewFttpcm.vue
+21
-0
ReviewRouter.js
src/page/Review/ReviewRouter.js
+7
-0
No files found.
src/page/Review/Funds/ReviewFttpcm.vue
0 → 100644
View file @
8433cded
<
template
>
<ReviewWrapper>
<Fttpcm></Fttpcm>
</ReviewWrapper>
</
template
>
<
script
>
import
Fttpcm
from
"~/page/Funds/Fttpcm/views"
;
import
ReviewWrapper
from
"~/components/business/ReviewWrapper.vue"
;
export
default
{
name
:
"review-fttpcm"
,
components
:
{
ReviewWrapper
,
Fttpcm
},
created
()
{
},
mounted
()
{
}
};
</
script
>
<
style
></
style
>
\ No newline at end of file
src/page/Review/ReviewRouter.js
View file @
8433cded
...
@@ -2209,6 +2209,12 @@ const ReviewRouter = [
...
@@ -2209,6 +2209,12 @@ const ReviewRouter = [
component
:
()
=>
import
(
"./Funds/ReviewCrtcro.vue"
),
component
:
()
=>
import
(
"./Funds/ReviewCrtcro.vue"
),
meta
:
{
keepAlive
:
true
,
title
:
"复核-汇出清算"
,
module
:
'funds'
}
meta
:
{
keepAlive
:
true
,
title
:
"复核-汇出清算"
,
module
:
'funds'
}
},
},
{
name
:
"review-fttpcm"
,
path
:
"review-fttpcm"
,
component
:
()
=>
import
(
"./Funds/ReviewFttpcm.vue"
),
meta
:
{
keepAlive
:
true
,
title
:
"复核-头寸调拨交易确认"
,
module
:
'funds'
}
},
];
];
export
default
ReviewRouter
;
export
default
ReviewRouter
;
\ No newline at end of file
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