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
biyuewuhua
isc-web-vue
Commits
f02c1707
Commit
f02c1707
authored
Oct 09, 2024
by
huangshunlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资金交易路由 调整module
parent
b0e69ea7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
29 deletions
+27
-29
FundsRouter.js
src/page/Funds/FundsRouter.js
+27
-29
No files found.
src/page/Funds/FundsRouter.js
View file @
f02c1707
const
BusRouter
=
[
{
path
:
'inffxd'
,
component
:
()
=>
import
(
"./Inffxd/views"
),
name
:
'Inffxd'
,
meta
:
{
title
:
'资结售汇报表交易查询'
},
module
:
'Funds'
},
{
path
:
'infftd'
,
component
:
()
=>
import
(
"./Infftd1/views"
),
name
:
'Infftd1'
,
meta
:
{
title
:
'资金拆借/头寸调拨报表交易查询'
},
module
:
'Funds'
},
{
path
:
'fttatt'
,
component
:
()
=>
import
(
"./Fttatt/views"
),
name
:
'Fttatt'
,
meta
:
{
title
:
'Fttatt'
},
module
:
'Funds'
},
{
path
:
'fttfcm'
,
component
:
()
=>
import
(
"./Fttfcm/views"
),
name
:
'Fttfcm'
,
meta
:
{
title
:
'资金定存拆借登记及确认交易'
},
module
:
'Funds'
},
{
path
:
'fttfcn'
,
component
:
()
=>
import
(
"./Fttfcn/views"
),
name
:
'Fttfcn'
,
meta
:
{
title
:
'定存拆借销账交易'
},
module
:
'Funds'
},
{
path
:
'fttfee'
,
component
:
()
=>
import
(
"./Fttfee/views"
),
name
:
'Fttfee'
,
meta
:
{
title
:
'费用结算'
},
module
:
'Funds'
},
{
path
:
'fttfmt'
,
component
:
()
=>
import
(
"./Fttfmt/views"
),
name
:
'Fttfmt'
,
meta
:
{
title
:
'定存拆借到期交易'
},
module
:
'Funds'
},
{
path
:
'fttfre'
,
component
:
()
=>
import
(
"./Fttfre/views"
),
name
:
'Fttfre'
,
meta
:
{
title
:
'拆借函电往来'
},
module
:
'Funds'
},
{
path
:
'fttpcm'
,
component
:
()
=>
import
(
"./Fttpcm/views"
),
name
:
'Fttpcm'
,
meta
:
{
title
:
'头寸调拨登记确认交易'
},
module
:
'Funds'
},
{
path
:
'fttpcn'
,
component
:
()
=>
import
(
"./Fttpcn/views"
),
name
:
'Fttpcn'
,
meta
:
{
title
:
'头寸调拨销账交易'
},
module
:
'Funds'
},
{
path
:
'fxtatt'
,
component
:
()
=>
import
(
"./Fxtatt/views"
),
name
:
'Fxtatt'
,
meta
:
{
title
:
'Fxtatt'
},
module
:
'Funds'
},
{
path
:
'fxteop'
,
component
:
()
=>
import
(
"./Fxteop/views"
),
name
:
'Fxteop'
,
meta
:
{
title
:
'代客外汇买卖录入'
},
module
:
'Funds'
},
{
path
:
'fxteqo'
,
component
:
()
=>
import
(
"./Fxteqo/views"
),
name
:
'Fxteqo'
,
meta
:
{
title
:
'代客外汇买卖报价'
},
module
:
'Funds'
},
{
path
:
'fxtfcm'
,
component
:
()
=>
import
(
"./Fxtfcm/views"
),
name
:
'Fxtfcm'
,
meta
:
{
title
:
'外币兑换平盘确认'
},
module
:
'Funds'
},
{
path
:
'fxtfcn'
,
component
:
()
=>
import
(
"./Fxtfcn/views"
),
name
:
'Fxtfcn'
,
meta
:
{
title
:
'外币兑换平盘销账'
},
module
:
'Funds'
},
{
path
:
'infcrd'
,
component
:
()
=>
import
(
"./Infcrd/views"
),
name
:
'Infcrd'
,
meta
:
{
title
:
'清算入口交易'
},
module
:
'Funds'
},
{
path
:
'inffxd'
,
component
:
()
=>
import
(
"./Inffxd/views"
),
name
:
'Inffxd'
,
meta
:
{
keepAlive
:
true
,
title
:
'资结售汇报表交易查询'
,
module
:
'funds'
}
},
{
path
:
'infftd'
,
component
:
()
=>
import
(
"./Infftd1/views"
),
name
:
'Infftd1'
,
meta
:
{
keepAlive
:
true
,
title
:
'资金拆借/头寸调拨报表交易查询'
,
module
:
'funds'
}
},
{
path
:
'fttatt'
,
component
:
()
=>
import
(
"./Fttatt/views"
),
name
:
'Fttatt'
,
meta
:
{
keepAlive
:
true
,
title
:
'Fttatt'
,
module
:
'funds'
}
},
{
path
:
'fttfcm'
,
component
:
()
=>
import
(
"./Fttfcm/views"
),
name
:
'Fttfcm'
,
meta
:
{
keepAlive
:
true
,
title
:
'资金定存拆借登记及确认交易'
,
module
:
'funds'
}
},
{
path
:
'fttfcn'
,
component
:
()
=>
import
(
"./Fttfcn/views"
),
name
:
'Fttfcn'
,
meta
:
{
keepAlive
:
true
,
title
:
'定存拆借销账交易'
,
module
:
'funds'
}
},
{
path
:
'fttfee'
,
component
:
()
=>
import
(
"./Fttfee/views"
),
name
:
'Fttfee'
,
meta
:
{
keepAlive
:
true
,
title
:
'费用结算'
,
module
:
'funds'
}
},
{
path
:
'fttfmt'
,
component
:
()
=>
import
(
"./Fttfmt/views"
),
name
:
'Fttfmt'
,
meta
:
{
keepAlive
:
true
,
title
:
'定存拆借到期交易'
,
module
:
'funds'
}
},
{
path
:
'fttfre'
,
component
:
()
=>
import
(
"./Fttfre/views"
),
name
:
'Fttfre'
,
meta
:
{
keepAlive
:
true
,
title
:
'拆借函电往来'
,
module
:
'funds'
}
},
{
path
:
'fttpcm'
,
component
:
()
=>
import
(
"./Fttpcm/views"
),
name
:
'Fttpcm'
,
meta
:
{
keepAlive
:
true
,
title
:
'头寸调拨登记确认交易'
,
module
:
'funds'
}
},
{
path
:
'fttpcn'
,
component
:
()
=>
import
(
"./Fttpcn/views"
),
name
:
'Fttpcn'
,
meta
:
{
keepAlive
:
true
,
title
:
'头寸调拨销账交易'
,
module
:
'funds'
}
},
{
path
:
'fxtatt'
,
component
:
()
=>
import
(
"./Fxtatt/views"
),
name
:
'Fxtatt'
,
meta
:
{
keepAlive
:
true
,
title
:
'Fxtatt'
,
module
:
'funds'
}
},
{
path
:
'fxteop'
,
component
:
()
=>
import
(
"./Fxteop/views"
),
name
:
'Fxteop'
,
meta
:
{
keepAlive
:
true
,
title
:
'代客外汇买卖录入'
,
module
:
'funds'
}
},
{
path
:
'fxteqo'
,
component
:
()
=>
import
(
"./Fxteqo/views"
),
name
:
'Fxteqo'
,
meta
:
{
keepAlive
:
true
,
title
:
'代客外汇买卖报价'
,
module
:
'funds'
}
},
{
path
:
'fxtfcm'
,
component
:
()
=>
import
(
"./Fxtfcm/views"
),
name
:
'Fxtfcm'
,
meta
:
{
keepAlive
:
true
,
title
:
'外币兑换平盘确认'
,
module
:
'funds'
}
},
{
path
:
'fxtfcn'
,
component
:
()
=>
import
(
"./Fxtfcn/views"
),
name
:
'Fxtfcn'
,
meta
:
{
keepAlive
:
true
,
title
:
'外币兑换平盘销账'
,
module
:
'funds'
}
},
{
path
:
'infcrd'
,
component
:
()
=>
import
(
"./Infcrd/views"
),
name
:
'Infcrd'
,
meta
:
{
keepAlive
:
true
,
title
:
'清算入口交易'
,
module
:
'funds'
}
},
{
path
:
"fxtfop"
,
component
:
()
=>
import
(
"./Fxtfop/views"
),
name
:
"fxtfop"
,
meta
:
{
title
:
"外币兑换平盘登记"
},
module
:
"Funds"
,
meta
:
{
keepAlive
:
true
,
title
:
"外币兑换平盘登记"
,
module
:
"funds"
},
},
{
path
:
'fxtlcm'
,
component
:
()
=>
import
(
"./Fxtlcm/views"
),
name
:
'Fxtlcm'
,
meta
:
{
title
:
'结售汇平盘确认交易'
},
module
:
'Funds'
},
{
path
:
'fxtlcn'
,
component
:
()
=>
import
(
"./Fxtlcn/views"
),
name
:
'Fxtlcn'
,
meta
:
{
title
:
'结售汇平盘销账交易'
},
module
:
'Funds'
},
{
path
:
'fxtlcm'
,
component
:
()
=>
import
(
"./Fxtlcm/views"
),
name
:
'Fxtlcm'
,
meta
:
{
keepAlive
:
true
,
title
:
'结售汇平盘确认交易'
,
module
:
'funds'
}
},
{
path
:
'fxtlcn'
,
component
:
()
=>
import
(
"./Fxtlcn/views"
),
name
:
'Fxtlcn'
,
meta
:
{
keepAlive
:
true
,
title
:
'结售汇平盘销账交易'
,
module
:
'funds'
}
},
{
path
:
"fxtlop"
,
component
:
()
=>
import
(
"./Fxtlop/views"
),
name
:
"Fxtlop"
,
meta
:
{
title
:
"结售汇平盘登记"
},
module
:
"Funds"
,
meta
:
{
keepAlive
:
true
,
title
:
"结售汇平盘登记"
,
module
:
"funds"
},
},
{
path
:
'fxtssb'
,
component
:
()
=>
import
(
"./Fxtssb/views"
),
name
:
'Fxtssb'
,
meta
:
{
title
:
'即期结汇交易'
},
module
:
'Funds'
},
{
path
:
'fxtsss'
,
component
:
()
=>
import
(
"./Fxtsss/views"
),
name
:
'Fxtsss'
,
meta
:
{
title
:
'即期售汇交易'
},
module
:
'Funds'
},
{
path
:
'crtcri'
,
component
:
()
=>
import
(
"./Crtcri/views"
),
name
:
'Crtcri'
,
meta
:
{
title
:
'汇入清算'
},
module
:
'Funds'
},
{
path
:
'crtcro'
,
component
:
()
=>
import
(
"./Crtcro/views"
),
name
:
'Crtcro'
,
meta
:
{
title
:
'汇出清算'
},
module
:
'Funds'
},
{
path
:
'fxtsqo'
,
component
:
()
=>
import
(
"./Fxtsqo/views"
),
name
:
'Fxtsqo'
,
meta
:
{
title
:
'结售汇报价'
},
module
:
'Funds'
},
{
path
:
'crtcbk'
,
component
:
()
=>
import
(
"./Crtcbk/views"
),
name
:
'Crtcbk'
,
meta
:
{
title
:
'退汇清算'
},
module
:
'Funds'
},
{
path
:
'crtctf'
,
component
:
()
=>
import
(
"./Crtctf/views"
),
name
:
'Crtctf'
,
meta
:
{
title
:
'转汇清算'
},
module
:
'Funds'
},
{
path
:
'fxtssb'
,
component
:
()
=>
import
(
"./Fxtssb/views"
),
name
:
'Fxtssb'
,
meta
:
{
keepAlive
:
true
,
title
:
'即期结汇交易'
,
module
:
'funds'
}
},
{
path
:
'fxtsss'
,
component
:
()
=>
import
(
"./Fxtsss/views"
),
name
:
'Fxtsss'
,
meta
:
{
keepAlive
:
true
,
title
:
'即期售汇交易'
,
module
:
'funds'
}
},
{
path
:
'crtcri'
,
component
:
()
=>
import
(
"./Crtcri/views"
),
name
:
'Crtcri'
,
meta
:
{
keepAlive
:
true
,
title
:
'汇入清算'
,
module
:
'funds'
}
},
{
path
:
'crtcro'
,
component
:
()
=>
import
(
"./Crtcro/views"
),
name
:
'Crtcro'
,
meta
:
{
keepAlive
:
true
,
title
:
'汇出清算'
,
module
:
'funds'
}
},
{
path
:
'fxtsqo'
,
component
:
()
=>
import
(
"./Fxtsqo/views"
),
name
:
'Fxtsqo'
,
meta
:
{
keepAlive
:
true
,
title
:
'结售汇报价'
,
module
:
'funds'
}
},
{
path
:
'crtcbk'
,
component
:
()
=>
import
(
"./Crtcbk/views"
),
name
:
'Crtcbk'
,
meta
:
{
keepAlive
:
true
,
title
:
'退汇清算'
,
module
:
'funds'
}
},
{
path
:
'crtctf'
,
component
:
()
=>
import
(
"./Crtctf/views"
),
name
:
'Crtctf'
,
meta
:
{
keepAlive
:
true
,
title
:
'转汇清算'
,
module
:
'funds'
}
},
];
export
default
BusRouter
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