Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
fukai
vue-gjjs
Commits
4b588dad
Commit
4b588dad
authored
Jan 19, 2022
by
liumin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
submit BusRouter.js
parent
526e2e46
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
BusRouter.js
src/views/Business/BusRouter.js
+6
-0
No files found.
src/views/Business/BusRouter.js
View file @
4b588dad
...
...
@@ -103,6 +103,9 @@ import Infdet from "./Infdet"
import
Infbfd
from
"./Infbfd"
import
Bftsnd
from
"./Bftsnd"
import
Bftset
from
"./Bftset"
import
Detdrv
from
"./Detdrv"
import
Bftacc
from
"./Bftacc"
import
Bftdcr
from
"./Bftdcr"
/**
* 带有name的才会被添加进顶部的标签页里
*/
...
...
@@ -215,5 +218,8 @@ const BusRouter = [
{
path
:
'infbfd'
,
component
:
Infbfd
,
name
:
'Infbfd'
,
meta
:
{
title
:
'卖方信用证单据查询'
}
},
{
path
:
'bftsnd'
,
component
:
Bftsnd
,
name
:
'Bftsnd'
,
meta
:
{
title
:
'卖方信用证寄单'
}
},
{
path
:
'bftset'
,
component
:
Bftset
,
name
:
'Bftset'
,
meta
:
{
title
:
'卖方信用证收款'
}
},
{
path
:
'detdrv'
,
component
:
Detdrv
,
name
:
'Detdrv'
,
meta
:
{
title
:
'卖方信用证收单'
}
},
{
path
:
'bftacc'
,
component
:
Bftacc
,
name
:
'Bftacc'
,
meta
:
{
title
:
'卖方信用证单据承兑'
}
},
{
path
:
'bftdcr'
,
component
:
Bftdcr
,
name
:
'Bftdcr'
,
meta
:
{
title
:
'卖方信用证单据电提不符点/开证行拒付'
}
},
]
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