Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
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
海康威视
web-project
Commits
1ca0b19b
Commit
1ca0b19b
authored
Jul 27, 2024
by
朱超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
换热站趋势图能耗排名更新
parent
02795f3d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
278 additions
and
8 deletions
+278
-8
EnergyConsumptionPage.vue
src/views/HandlerPage/EnergyConsumptionPage.vue
+272
-3
TransferEnergyView.vue
src/views/HandlerPage/TransferEnergyView.vue
+6
-5
No files found.
src/views/HandlerPage/EnergyConsumptionPage.vue
View file @
1ca0b19b
This diff is collapsed.
Click to expand it.
src/views/HandlerPage/TransferEnergyView.vue
View file @
1ca0b19b
...
...
@@ -16,8 +16,8 @@
<el-form-item>
<el-switch
v-model=
"switchV"
active-text=
"
表格
"
inactive-text=
"
曲线图
"
active-text=
"
曲线图
"
inactive-text=
"
表格
"
style=
"
--el-switch-on-color: #13ce66;
--el-switch-off-color: #6589ff;
...
...
@@ -124,7 +124,7 @@
</div>
</el-form>
</el-card>
<div
v-show=
"switchV"
>
<div
v-show=
"
!
switchV"
>
<el-table
:data=
"tableData"
v-loading=
"tabloading"
...
...
@@ -141,7 +141,7 @@
<el-table-column
prop=
"uc"
:label=
"enertyTab"
/>
</el-table>
</div>
<div
v-show=
"
!
switchV"
id=
"echartsLayerBlock"
>
<div
v-show=
"switchV"
id=
"echartsLayerBlock"
>
<div
class=
"echartsLayer"
id=
"echartsLayer"
></div>
</div>
</div>
...
...
@@ -170,7 +170,7 @@ import {
const
options
=
reactive
([]);
const
enterpriseId
=
ref
();
const
props
=
{
multiple
:
true
,
emitPath
:
false
};
const
switchV
=
ref
(
fals
e
);
const
switchV
=
ref
(
tru
e
);
const
echartF
=
ref
(
false
);
const
nodata
=
ref
(
false
);
const
tableData
=
reactive
([]);
...
...
@@ -797,6 +797,7 @@ onMounted(() => {
setContentHeight
();
switchV
.
value
=
true
;
sendClick
();
changeFun
();
window
.
addEventListener
(
"resize"
,
function
()
{
location
.
reload
();
});
...
...
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