Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yindong-tongbai-automation
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
lichunliang
yindong-tongbai-automation
Commits
a8971bb3
Commit
a8971bb3
authored
Aug 07, 2025
by
sxl
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:大屏监测监控空数据处理,提升机巡检记录接口对接
parent
8cd4d727
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
308 additions
and
437 deletions
+308
-437
jst.js
src/api/tyler/jst.js
+8
-0
hjjc.vue
src/views/Screen/items/hjjc.vue
+165
-242
tsj.vue
src/views/Screen/items/tsj.vue
+135
-195
No files found.
src/api/tyler/jst.js
View file @
a8971bb3
...
...
@@ -26,3 +26,11 @@ export function getElevatorTimes(query) {
params
:
query
,
});
}
// 获取提升机巡检数据
export
function
getRecentFive
(
query
)
{
return
request
({
url
:
"
business/screen/ele/recentFive
"
,
method
:
"
get
"
,
params
:
query
,
});
}
src/views/Screen/items/hjjc.vue
View file @
a8971bb3
This diff is collapsed.
Click to expand it.
src/views/Screen/items/tsj.vue
View file @
a8971bb3
This diff is collapsed.
Click to expand it.
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