Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
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
Administrator
dsk-cr20g
Commits
909010af
Commit
909010af
authored
May 19, 2023
by
caixingbing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
059355e5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
index.vue
dsk-operate-ui/src/layout/components/TagsView/index.vue
+1
-0
index.js
dsk-operate-ui/src/router/index.js
+1
-1
index.vue
dsk-operate-ui/src/views/detail/party-b/index.vue
+4
-2
No files found.
dsk-operate-ui/src/layout/components/TagsView/index.vue
View file @
909010af
...
...
@@ -52,6 +52,7 @@ export default {
},
iconName
()
{
return
function
(
val
)
{
console
.
log
(
'svg:::'
,
val
)
let
svgIcon
=
val
.
meta
.
icon
,
currentIcon
=
''
let
icon
=
this
.
isActive
(
val
)
?
svgIcon
+
'Tags'
:
svgIcon
+
'Tag'
if
(
!
svgIcon
)
{
...
...
dsk-operate-ui/src/router/index.js
View file @
909010af
...
...
@@ -104,7 +104,7 @@ export const constantRoutes = [
path
:
'party-b'
,
component
:
()
=>
import
(
'@/views/detail/party-b/index'
),
name
:
'PartyB'
,
meta
:
{
title
:
'已方详情'
,
icon
:
'user
s
'
}
meta
:
{
title
:
'已方详情'
,
icon
:
'user'
}
}
]
},
...
...
dsk-operate-ui/src/views/detail/party-b/index.vue
View file @
909010af
...
...
@@ -25,7 +25,7 @@ export default {
this
.
companyId
=
this
.
encodeStr
(
window
.
atob
(
this
.
$route
.
query
.
companyId
))
this
.
src
=
`https://pre-plug.jiansheku.com/enterprise/
${
this
.
companyId
}
?token=
${
this
.
token
}
`
}
// 示例传参:?companyId=window.btoa('
12306
')
// 示例传参:?companyId=window.btoa('
6034
')
},
mounted
()
{
this
.
getInframeHight
()
// 实时控制iframe高度
...
...
@@ -111,5 +111,7 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
.app-container
{
padding
:
0
;
}
</
style
>
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