Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
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
耿迪迪
gassafety-progress
Commits
fe790a8b
Commit
fe790a8b
authored
Feb 15, 2022
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
台账详情小地图调整
parent
04e58e9c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
index.vue
...afetyprogress-web/src/views/standingBook/hidden/index.vue
+3
-3
index.vue
...fetyprogress-web/src/views/standingBook/trouble/index.vue
+3
-3
No files found.
gassafetyprogress-web/src/views/standingBook/hidden/index.vue
View file @
fe790a8b
...
@@ -287,8 +287,8 @@
...
@@ -287,8 +287,8 @@
</el-col>
</el-col>
<el-col
:span=
"9"
>
<el-col
:span=
"9"
>
<div
id=
"marbox"
style=
"width: 100%;height: 390px;margin-top: -25px; border: 1px solid rgb(218, 213, 213);margin-bottom: 10px;"
>
<div
style=
"width: 100%;height: 390px;margin-top: -25px; border: 1px solid rgb(218, 213, 213);margin-bottom: 10px;"
>
<div
style=
"width: 100%;height: 100%"
id=
"
detail
Container"
></div>
<div
style=
"width: 100%;height: 100%"
id=
"
hidden
Container"
></div>
</div>
</div>
</el-col>
</el-col>
</el-row>
</el-row>
...
@@ -558,7 +558,7 @@ export default {
...
@@ -558,7 +558,7 @@ export default {
this
.
title2
=
"隐患整治台账详情"
;
this
.
title2
=
"隐患整治台账详情"
;
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
map
=
new
EditorMap
(
"
detail
Container"
,
{},
this
);
this
.
map
=
new
EditorMap
(
"
hidden
Container"
,
{},
this
);
this
.
map
.
addDevice
({
path
:
this
.
devicePos
});
this
.
map
.
addDevice
({
path
:
this
.
devicePos
});
this
.
map
.
nowMouseTarget
=
null
;
this
.
map
.
nowMouseTarget
=
null
;
this
.
map
.
mousetoolClose
(
false
);
this
.
map
.
mousetoolClose
(
false
);
...
...
gassafetyprogress-web/src/views/standingBook/trouble/index.vue
View file @
fe790a8b
...
@@ -302,8 +302,8 @@
...
@@ -302,8 +302,8 @@
</el-col>
</el-col>
<el-col
:span=
"9"
>
<el-col
:span=
"9"
>
<div
id=
"marbox"
style=
"width: 100%;height: 390px;margin-top: -25px; border: 1px solid rgb(218, 213, 213);margin-bottom: 10px;"
>
<div
style=
"width: 100%;height: 390px;margin-top: -25px; border: 1px solid rgb(218, 213, 213);margin-bottom: 10px;"
>
<div
style=
"width: 100%;height: 100%"
id=
"
detail
Container"
></div>
<div
style=
"width: 100%;height: 100%"
id=
"
trouble
Container"
></div>
</div>
</div>
</el-col>
</el-col>
</el-row>
</el-row>
...
@@ -572,7 +572,7 @@ export default {
...
@@ -572,7 +572,7 @@ export default {
this
.
title2
=
"燃气事故台账详情"
;
this
.
title2
=
"燃气事故台账详情"
;
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
map
=
new
EditorMap
(
"
detail
Container"
,
{},
this
);
this
.
map
=
new
EditorMap
(
"
trouble
Container"
,
{},
this
);
this
.
map
.
addDevice
({
path
:
this
.
devicePos
});
this
.
map
.
addDevice
({
path
:
this
.
devicePos
});
this
.
map
.
nowMouseTarget
=
null
;
this
.
map
.
nowMouseTarget
=
null
;
this
.
map
.
mousetoolClose
(
false
);
this
.
map
.
mousetoolClose
(
false
);
...
...
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