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
zhouqian
vue-gjjs
Commits
c6ad824d
Commit
c6ad824d
authored
Dec 23, 2021
by
wangguangchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
信用证查询页面调整
parent
5aea6446
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
BusRouter.js
src/views/Business/BusRouter.js
+1
-1
SideMenu.vue
src/views/Layout/SideMenu.vue
+1
-1
No files found.
src/views/Business/BusRouter.js
View file @
c6ad824d
...
...
@@ -65,7 +65,7 @@ const BusRouter = [
{
path
:
'bopsel'
,
component
:
Bopsel
,
name
:
'Bopsel'
,
meta
:
{
title
:
'待申报列表'
}
},
{
path
:
'ditame'
,
component
:
Ditame
,
name
:
'Ditame'
,
meta
:
{
title
:
'信用证修改'
}
},
{
path
:
'ditsel'
,
component
:
Ditsel
,
name
:
'Ditsel'
,
meta
:
{
title
:
'信用证查询'
}
},
{
path
:
'infdid'
,
component
:
Infdid
,
name
:
'Infdid'
,
meta
:
{
title
:
'信用证
列表
查询'
}
},
{
path
:
'infdid'
,
component
:
Infdid
,
name
:
'Infdid'
,
meta
:
{
title
:
'信用证查询'
}
},
{
path
:
'ditopn'
,
component
:
Ditopn
,
name
:
'Ditopn'
,
meta
:
{
title
:
'买方信用证开立'
}
},
// 例
{
path
:
'ditopn/:inr'
,
component
:
Ditopn
,
name
:
'DitopnInr'
,
meta
:
{
title
:
(
params
)
=>
{
return
'买方信用证开立-'
+
params
.
inr
}
}
},
...
...
src/views/Layout/SideMenu.vue
View file @
c6ad824d
...
...
@@ -56,7 +56,7 @@ export default {
{
inifrm
:
"2"
,
ininam
:
"买方信用证"
,
pntmiu
:
""
},
{
inifrm
:
"ditopn"
,
ininam
:
"信用证开立"
,
pntmiu
:
"2"
},
{
inifrm
:
"ditame"
,
ininam
:
"信用证修改"
,
pntmiu
:
"2"
},
{
inifrm
:
"
ditsel
"
,
ininam
:
"信用证查询"
,
pntmiu
:
"2"
},
{
inifrm
:
"
infdid
"
,
ininam
:
"信用证查询"
,
pntmiu
:
"2"
},
{
inifrm
:
"infbdd"
,
ininam
:
"信用证单据查询"
,
pntmiu
:
"2"
},
{
inifrm
:
"bdtudp"
,
ininam
:
"信用证承兑"
,
pntmiu
:
"2"
},
{
inifrm
:
"bdtdcr"
,
ininam
:
"信用证不符点/拒付"
,
pntmiu
:
"2"
},
...
...
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