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
04446c1b
Commit
04446c1b
authored
Nov 30, 2023
by
cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
控制台
parent
92cdec88
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
81 deletions
+1
-81
check.js
src/api/equipment/check.js
+1
-1
control.vue
src/views/controlPlatform/control.vue
+0
-80
No files found.
src/api/equipment/check.js
View file @
04446c1b
...
...
@@ -4,7 +4,7 @@ import { exportConfig } from '../system/config'
// 查询角色列表
export
function
listCheck
(
query
)
{
return
request
({
url
:
'/
WeHomePage/queryWeHomePtype1
'
,
url
:
'/
wbwarehouse/queryWbWarehouseByPagination
'
,
method
:
'get'
,
params
:
query
})
...
...
src/views/controlPlatform/control.vue
View file @
04446c1b
...
...
@@ -427,107 +427,27 @@ export default {
},
/** 获取统计数据图*/
handleGetStatisticsData
()
{
// const row = {
// range: this.range,
// caseType: this.caseType
// }
// console.log(row)
// console.log('12312312312312')
// controlData.getStatisticsData(row).then(res => {
// this.statisticsDataLists = Object.values(res.data)
// const dateList = []
// const commitList = []
// const passList = []
// this.statisticsDataLists.forEach(item => {
// dateList.push(item.date)
// commitList.push(item.commit)
// passList.push(item.pass)
// })
// this.dateLists = dateList
// this.commitLists = commitList
// this.passLists = passList
// if (this.range === 0) {
// this.dateLists = ['2023-07-20', '2023-07-21', '2023-07-22', '2023-07-23', '2023-07-24', '2023-07-25', '2023-07-26']
// }
// if (this.range === 1) {
// this.dateLists = ['2023-26', '2023-27', '2023-28', '2023-29', '2023-30']
// this.commitLists = ['7', '16', '4', '11', '13']
// this.passLists = ['3', '2', '0', '2', '7']
// }
// if (this.range === 2) {
// this.dateLists = ['2023-03', '2023-04', '2023-05', '2023-06', '2023-07']
// this.commitLists = ['7', '16', '4', '11', '13']
// this.passLists = ['3', '2', '0', '2', '7']
// }
// if (this.range === 3) {
// this.dateLists = ['2022-11', '2022-12', '2023-1', '2023-2', '2023-3']
// this.commitLists = ['7', '16', '4', '11', '13']
// this.passLists = ['3', '2', '0', '2', '7']
// }
// if (this.range === 4) {
// this.dateLists = ['2019', '2020', '2021', '2022', '2023']
// this.commitLists = ['7', '16', '4', '11', '13']
// this.passLists = ['3', '2', '0', '2', '7']
// }
this
.
getRegistrationTime
()
// })
},
/** 法官留言数据图*/
handleGetJudgeMessageData
()
{
// controlData.getJudgeMessageData(this.judgeMessageData).then(res => {
// this.JudgeMessageForm = res.data
this
.
dataChartsLeaveMessage
()
// })
},
/** 访客数据图*/
getVisitorDate
()
{
// controlData.getVisitor().then(res => {
// this.visitorDate = res.data
this
.
getVisitorData
()
// })
},
/** 获取立案数量*/
handleGetCauseNum
()
{
// controlData.getCauseNum().then(res => {
// this.causeForm.sum = res.data.sum
// this.causeForm.direction = res.data.direction
// this.causeForm.percent = res.data.percent
// })
},
/** 获取用户数量*/
handGetUserNum
()
{
// controlData.getUserNum().then(res => {
// this.userForm.authCount = res.data.authCount
// this.userForm.lawyerCount = res.data.lawyerCount
// this.userForm.authCount = res.data.authCount
// this.userForm.registerCount = res.data.registerCount
// this.userForm.lawyerChange = res.data.lawyerChange
// this.userForm.registerChange = res.data.registerChange
// if (res.data.authChange === '--') {
// this.userForm.authChangeNum = res.data.authChange
// } else {
// this.userForm.authChangeNum = Math.abs(res.data.authChange).toFixed(2)
// }
// if (res.data.lawyerChange === '--') {
// this.userForm.lawyerChangeNum = res.data.lawyerChange
// } else {
// this.userForm.lawyerChangeNum = Math.abs(res.data.lawyerChange).toFixed(2)
// }
// if (res.data.registerChange === '--') {
// this.userForm.registerChangeNum = res.data.registerChange
// } else {
// this.userForm.registerChangeNum = Math.abs(res.data.registerChange).toFixed(2)
// }
// })
},
/** 获取法官留言List*/
handleGetJudgeMessage
()
{
// const row = {
// leaveStatus: 0
// }
// controlData.getJudgeMessage(row).then(res => {
// this.tableList = res.rows.slice(0, 5)
// })
},
/** 数据统计*/
getRegistrationTime
()
{
...
...
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