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
3020c942
Commit
3020c942
authored
Aug 11, 2022
by
Wuyuqiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infcpd交易添加跳转
parent
7ccec93a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
Infsea.vue
src/views/Business/Infcpd/Infsea.vue
+8
-2
No files found.
src/views/Business/Infcpd/Infsea.vue
View file @
3020c942
...
...
@@ -312,10 +312,10 @@
@
click=
"toCptadv"
>
swift汇出
</c-button
>
<c-button
class=
"medium_bcs"
size=
"medium"
type=
"primary"
style=
"margin-left: 0"
>
境内外币汇入
</c-button
@
click=
"toCptati"
>
境内外币汇入
</c-button
>
<c-button
class=
"medium_bcs"
size=
"medium"
type=
"primary"
style=
"margin-left: 0"
>
境内外币汇出
</c-button
@
click=
"toCptato"
>
境内外币汇出
</c-button
>
<c-button
class=
"medium_bcs"
size=
"medium"
type=
"primary"
style=
"float:right;margin-right:10px;"
>
导Excel
</c-button
...
...
@@ -582,6 +582,12 @@ export default {
},
toCptadv
(){
this
.
$router
.
history
.
push
(
"/business/cptadv"
)
},
toCptati
(){
this
.
$router
.
history
.
push
(
"/business/cptati"
)
},
toCptato
(){
this
.
$router
.
history
.
push
(
"/business/cptato"
)
}
},
created
:
function
()
{},
...
...
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