Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
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
杨硕
template_vue
Commits
c6b521d6
Commit
c6b521d6
authored
Nov 30, 2023
by
W_Y
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
废弃
parent
04446c1b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
941 additions
and
69 deletions
+941
-69
index.js
src/api/controlPlatform/index.js
+11
-2
control.vue
src/views/controlPlatform/control.vue
+56
-63
index.vue
src/views/processManagement/processesCheck/index.vue
+874
-4
No files found.
src/api/controlPlatform/index.js
View file @
c6b521d6
import
request
from
'@/utils/request'
import
request
from
'@/utils/request'
//
查询数量根据修改时间
//
折线图
export
function
findCountIdByUpdateDate
(
query
)
{
export
function
findCountIdByUpdateDate
(
query
)
{
return
request
({
return
request
({
url
:
'/WeHomePage/findCountIdByUpdateDate'
,
url
:
'/WeHomePage/findCountIdByUpdateDate'
,
...
@@ -9,7 +9,7 @@ export function findCountIdByUpdateDate(query) {
...
@@ -9,7 +9,7 @@ export function findCountIdByUpdateDate(query) {
})
})
}
}
//
查询数量根据修改时间
//
柱状图
export
function
findCountIdByFqYy
(
query
)
{
export
function
findCountIdByFqYy
(
query
)
{
return
request
({
return
request
({
url
:
'/WeHomePage/findCountIdByFqYy'
,
url
:
'/WeHomePage/findCountIdByFqYy'
,
...
@@ -17,3 +17,12 @@ export function findCountIdByFqYy(query) {
...
@@ -17,3 +17,12 @@ export function findCountIdByFqYy(query) {
params
:
query
params
:
query
})
})
}
}
// 饼图1
export
function
findCountIdByPtype
(
query
)
{
return
request
({
url
:
'/WeHomePage/findCountIdByPtype'
,
method
:
'get'
,
params
:
query
})
}
src/views/controlPlatform/control.vue
View file @
c6b521d6
This diff is collapsed.
Click to expand it.
src/views/processManagement/processesCheck/index.vue
View file @
c6b521d6
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