Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
E
energyai_vue
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
葛齐林
energyai_vue
Commits
d62f9e37
Commit
d62f9e37
authored
May 11, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
f6ab3808
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
index.vue
src/pages/eq/view/index.vue
+5
-3
No files found.
src/pages/eq/view/index.vue
View file @
d62f9e37
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
<div v-show="transformationSta==1">
<div v-show="transformationSta==1">
<el-row style="padding-bottom:15px;height:780px;background:#fff;" :span="24">
<el-row style="padding-bottom:15px;height:780px;background:#fff;" :span="24">
<el-col class="resource-container" :style="obj" ref="drag">
<el-col class="resource-container" :style="obj" ref="drag">
<div id="map" class="map" ref='map' style="width: 100%;height: 720px;position:relative;"
@click='closeDetails'
></div>
<div id="map" class="map" ref='map' style="width: 100%;height: 720px;position:relative;" ></div>
</el-col>
</el-col>
</el-row>
</el-row>
</div>
</div>
...
@@ -329,6 +329,8 @@ export default {
...
@@ -329,6 +329,8 @@ export default {
}
}
}
}
}
}
}
else
{
that
.
queryDetailVisible
=
false
}
}
})
})
},
},
...
@@ -953,11 +955,11 @@ export default {
...
@@ -953,11 +955,11 @@ export default {
})
})
},
},
//详情
//详情
queryDetail
(
i
d
)
{
queryDetail
(
i
tem
)
{
this
.
queryDetailVisible
=
true
this
.
queryDetailVisible
=
true
this
.
noQueryDetailVisible
=
false
this
.
noQueryDetailVisible
=
false
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
$refs
.
queryDetail
.
init
(
i
d
,
this
.
checkedData
.
sId
)
this
.
$refs
.
queryDetail
.
init
(
i
tem
,
this
.
checkedData
.
sId
)
})
})
},
},
...
...
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