Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rongtong-pc
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
融通安全管理系统
rongtong-pc
Commits
0ccf04ae
Commit
0ccf04ae
authored
Mar 07, 2024
by
kaitly205422@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大屏添加加载动画
parent
6f66ea77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
src/views/map/map-index.vue
src/views/map/map-index.vue
+10
-2
No files found.
src/views/map/map-index.vue
View file @
0ccf04ae
...
...
@@ -70,7 +70,8 @@
<div
:class=
"
{ 'active': assessLevelType == 3 }" @click="assessLevelType = 3">低
</div>
</div>
<div
class=
"terminal-group"
>
<el-table
stripe
:data=
"terminalList"
height=
"100%"
row-class-name=
"tr"
cell-class-name=
"td"
class=
"terminal"
>
<el-table
stripe
:data=
"terminalList"
height=
"100%"
row-class-name=
"tr"
cell-class-name=
"td"
class=
"terminal"
>
<el-table-column
:show-overflow-tooltip=
"true"
prop=
"projectName"
min-width=
"140"
label=
"项目名称"
>
</el-table-column>
<el-table-column
:show-overflow-tooltip=
"true"
prop=
"deptName"
label=
"所属区域"
>
...
...
@@ -456,6 +457,12 @@ export default {
}
},
getMapData
(
id
,
name
)
{
const
loading
=
this
.
$loading
({
lock
:
true
,
text
:
'
数据加载中
'
,
spinner
:
'
el-icon-loading
'
,
background
:
'
rgb(0, 0, 0,0.4)
'
});
centerMap
({
level
:
this
.
level
-
1
,
areaName
:
name
,
...
...
@@ -463,6 +470,7 @@ export default {
}).
then
(
res
=>
{
this
.
mapDataNums
=
res
.
data
;
this
.
initMap
(
id
,
name
);
loading
.
close
();
})
},
getColors
(
index
)
{
...
...
@@ -484,7 +492,7 @@ export default {
this
.
isScreen
=
false
setTimeout
(()
=>
{
this
.
isScreen
=
true
},
8
00
);
},
4
00
);
},
getlevelStatic
()
{
const
levelColor
=
[{
...
...
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