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
48093847
Commit
48093847
authored
Jul 25, 2024
by
朱超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
能耗排名更新
parent
3949a7c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
ranking.js
src/api/ranking.js
+7
-0
EnergyConsumptionPage.vue
src/views/HandlerPage/EnergyConsumptionPage.vue
+1
-7
No files found.
src/api/ranking.js
View file @
48093847
//import { axios, base } from './request'
import
http
from
'./http'
//换热站机组排名页概况
export
const
postOverview
=
params
=>
{
return
http
.
post
(
`/api/analysis/ranking/Overview`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
//换热站机组排名(热单耗)
export
const
postTopHeatUC
=
params
=>
{
return
http
.
post
(
`/api/analysis/ranking/TopHeatUC`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
...
...
src/views/HandlerPage/EnergyConsumptionPage.vue
View file @
48093847
...
...
@@ -906,7 +906,7 @@ td {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
margin-bottom:
3vh
;
margin-bottom:
50px
;
}
.mainBlockInn .cardList {
width: 24%;
...
...
@@ -1014,10 +1014,4 @@ td {
padding: 3px;
color: #666666;
}
// @media (max-width: 2560px) {
// body {
// font-size: 15px;
// }
// }
</
style
>
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