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
66b84e7a
Commit
66b84e7a
authored
Jun 15, 2021
by
fukai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改快照显示
parent
3623126c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Event.js
src/model/Trnrel/Event.js
+3
-1
Inftrnps.vue
src/views/Business/Trnrel/Inftrnps.vue
+1
-1
No files found.
src/model/Trnrel/Event.js
View file @
66b84e7a
...
@@ -343,6 +343,7 @@ export default {
...
@@ -343,6 +343,7 @@ export default {
},
},
display
(
index
,
row
){
display
(
index
,
row
){
window
.
open
(
"/#/display/"
+
row
[
'10'
].
toLowerCase
()
+
"?trn="
+
row
[
'1'
]);
let
viewurl
=
"/#/display/"
+
row
[
'10'
].
toLowerCase
()
+
"?trn="
+
row
[
'1'
]
window
.
open
(
viewurl
,
'newwindow'
,
'height=1200,width=900,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no'
);
}
}
}
}
\ No newline at end of file
src/views/Business/Trnrel/Inftrnps.vue
View file @
66b84e7a
...
@@ -228,7 +228,7 @@
...
@@ -228,7 +228,7 @@
width=
"100"
>
width=
"100"
>
<template
slot-scope=
"scope"
>
<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>
<a
href=
"javascript:void(0)"
@
click=
"display(scope.$index, scope.row)"
>
显示快照
</a>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
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