Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
seeta-device
/
deviceManage
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 75081ef8
authored
Sep 23, 2021
by
温丽香
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
切换应用按钮
1 parent
36f8f63c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/overview.vue
src/views/overview.vue
View file @
75081ef
...
@@ -2,7 +2,8 @@
...
@@ -2,7 +2,8 @@
<div
class=
"data-list-common flex column main-content flex-1"
>
<div
class=
"data-list-common flex column main-content flex-1"
>
<div
class=
"page-content"
>
<div
class=
"page-content"
>
<div
class=
"apply"
>
<div
class=
"apply"
>
<span
style=
"margin-right: 30px"
>
当前应用:
<span
v-if=
"applyInfo"
>
{{
applyInfo
.
appid
}}
</span></span><el-button
type=
"primary"
size=
"small"
>
切换
</el-button>
<span
style=
"margin-right: 30px"
>
当前应用:
<span
v-if=
"applyInfo"
>
{{
applyInfo
.
appid
}}
</span></span>
<el-button
type=
"primary"
size=
"small"
@
click=
"$router.push(
{ name: 'apply' })">切换
</el-button>
<div
style=
"margin-left: 70px"
v-if=
"applyInfo"
>
{{
applyInfo
.
description
}}
</div>
<div
style=
"margin-left: 70px"
v-if=
"applyInfo"
>
{{
applyInfo
.
description
}}
</div>
</div>
</div>
<div
id=
"main"
></div>
<div
id=
"main"
></div>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment