Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
super-hive-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SuperHive
front-end
super-hive-web
Commits
6313111e
Commit
6313111e
authored
Aug 10, 2020
by
wends
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update 仪表盘
parent
ee184c90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
index.vue
src/views/data-visible/dashboard/index.vue
+0
-3
No files found.
src/views/data-visible/dashboard/index.vue
View file @
6313111e
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
<div
class=
"custom-menu"
>
<div
class=
"custom-menu"
>
<el-menu
<el-menu
ref=
"customMenu"
ref=
"customMenu"
:default-active=
"defaultActive"
@
select=
"onInstanceSelect"
@
select=
"onInstanceSelect"
>
>
<el-menu-item
<el-menu-item
...
@@ -29,7 +28,6 @@
...
@@ -29,7 +28,6 @@
:id=
"'instance' + instance.id"
:id=
"'instance' + instance.id"
:key=
"'instance' + index"
:key=
"'instance' + index"
:index=
"instance.id.toString()"
:index=
"instance.id.toString()"
:class=
"'instance' + instance.id"
>
{{
instance
.
name
}}
</el-menu-item>
>
{{
instance
.
name
}}
</el-menu-item>
</el-menu>
</el-menu>
</div>
</div>
...
@@ -206,7 +204,6 @@ export default {
...
@@ -206,7 +204,6 @@ export default {
this
.
$nextTick
()
this
.
$nextTick
()
.
then
(
_
=>
{
.
then
(
_
=>
{
if
(
this
.
deviceInstanceList
.
length
)
{
if
(
this
.
deviceInstanceList
.
length
)
{
this
.
defaultActive
=
this
.
deviceInstanceList
[
0
].
id
.
toString
()
this
.
deviceInstance
=
this
.
deviceInstanceList
[
0
].
id
this
.
deviceInstance
=
this
.
deviceInstanceList
[
0
].
id
this
.
$nextTick
()
this
.
$nextTick
()
.
then
(
_
=>
{
.
then
(
_
=>
{
...
...
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