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
719fd8b6
Commit
719fd8b6
authored
Jun 11, 2021
by
denyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
快照连接改为window,open
parent
a56b2f78
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
Event.js
src/model/Trnrel/Event.js
+4
-0
Inftrnps.vue
src/views/Business/Trnrel/Inftrnps.vue
+3
-1
No files found.
src/model/Trnrel/Event.js
View file @
719fd8b6
...
...
@@ -341,5 +341,8 @@ export default {
},
onSeainf
()
{
},
display
(
index
,
row
){
window
.
open
(
"/#/display/"
+
row
[
'10'
].
toLowerCase
()
+
"?trn="
+
row
[
'1'
]);
}
}
\ No newline at end of file
src/views/Business/Trnrel/Inftrnps.vue
View file @
719fd8b6
...
...
@@ -227,7 +227,9 @@
label=
"Display"
width=
"100"
>
<template
slot-scope=
"scope"
>
<a
:href=
"`/#/display/$
{scope.row['10'].toLowerCase()}?trn=${scope.row['1']}`" target="_blank">显示快照
</a>
<!--
<a
:href=
"`/#/display/$
{scope.row['10'].toLowerCase()}?trn=${scope.row['1']}`" target="_blank" >显示快照
</a>
-->
<a
@
click=
"display(scope.$index, scope.row)"
>
显示快照
</a>
</
template
>
</el-table-column>
</c-istream-table>
...
...
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