Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
卡
卡车调度系统
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
caicaicai
卡车调度系统
Commits
c476bb5c
Commit
c476bb5c
authored
Aug 22, 2022
by
xxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
77a4a1ed
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
244 additions
and
80 deletions
+244
-80
list2.png
src/assets/images/cutGraph/list2.png
+0
-0
list3.png
src/assets/images/cutGraph/list3.png
+0
-0
list4.png
src/assets/images/cutGraph/list4.png
+0
-0
list5.png
src/assets/images/cutGraph/list5.png
+0
-0
common.js
src/assets/js/common.js
+22
-0
index.vue
src/views/MLargeScreen/components/dataScreening/index.vue
+222
-80
No files found.
src/assets/images/cutGraph/2.png
→
src/assets/images/cutGraph/
list
2.png
View file @
c476bb5c
File moved
src/assets/images/cutGraph/3.png
→
src/assets/images/cutGraph/
list
3.png
View file @
c476bb5c
File moved
src/assets/images/cutGraph/4.png
→
src/assets/images/cutGraph/
list
4.png
View file @
c476bb5c
File moved
src/assets/images/cutGraph/5.png
→
src/assets/images/cutGraph/
list
5.png
View file @
c476bb5c
File moved
src/assets/js/common.js
View file @
c476bb5c
...
...
@@ -1967,6 +1967,28 @@ var HttpReq = function(){
params
:
param
,
})
},
//大屏——数据总览——卡车铲车排行榜
kaChanRankListDayQuery
:
function
(
param
){
return
request
({
url
:
'
/api/Manmades/jiedanDay
'
,
method
:
'
get
'
,
params
:
param
,
})
},
kaChanRankListZhouQuery
:
function
(
param
){
return
request
({
url
:
'
/api/Manmades/jiedanZhou
'
,
method
:
'
get
'
,
params
:
param
,
})
},
kaChanRankListMouQuery
:
function
(
param
){
return
request
({
url
:
'
/api/Manmades/jiedanMou
'
,
method
:
'
get
'
,
params
:
param
,
})
},
//大屏——智能调度——近期通知列表
recentNoticeQuery
:
function
(
param
){
return
request
({
...
...
src/views/MLargeScreen/components/dataScreening/index.vue
View file @
c476bb5c
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