Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1dc53c05
authored
2023-02-07 17:12:57 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
大屏调整
1 parent
ce73cdbd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
src/components/Echart/Map/Chart.vue
src/views/dataView/leftcard.vue
src/components/Echart/Map/Chart.vue
View file @
1dc53c0
...
...
@@ -90,6 +90,7 @@ export default {
return
scatterData
;
};
this
.
options
=
{
showLegendSymbol
:
true
,
tooltip
:
{
trigger
:
'item'
,
...
...
@@ -125,6 +126,7 @@ export default {
color
:
'#737373'
}
},
series
:
[
{
type
:
'map'
,
...
...
src/views/dataView/leftcard.vue
View file @
1dc53c0
...
...
@@ -93,8 +93,8 @@ export default {
};
let
res
=
await
work
.
getsthjqxjrtotal
(
p
);
console
.
log
(
"res"
,
res
);
this
.
stjrl
=
res
.
result
.
sum
this
.
qxjrl
=
res
.
result
.
sum
this
.
stjrl
=
res
.
result
.
s
ts
um
this
.
qxjrl
=
res
.
result
.
qx
sum
this
.
qxerrer
=
Number
(
res
.
result
.
qxjrerrer
)
this
.
sterrer
=
Number
(
res
.
result
.
sthjerrer
)
if
(
res
.
result
.
sum
==
"0"
){
...
...
Please
register
or
sign in
to post a comment