|
@@ -40,7 +40,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="dashboard-list">
|
|
|
- <!--异常操作情况-->
|
|
|
+ <!--数据概况-->
|
|
|
<div class="tu-unusual box-public-shadow flex1">
|
|
|
<div class="tu-unusual-content h100 flex">
|
|
|
<div class="tu-unusual-content-left w160 relative">
|
|
@@ -93,7 +93,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="dashboard-list">
|
|
|
+ <div v-if="false" class="dashboard-list">
|
|
|
<!--API调用情况-->
|
|
|
<div class="tu-api box-public-shadow flex1">
|
|
|
<div class="tu-api-content h100 flex">
|
|
@@ -129,7 +129,7 @@ import commonChartsLine from '@/layout/components/Echarts/commonChartsLine.vue'
|
|
|
import commonProgress from '@/layout/components/Echarts/commonProgress.vue'
|
|
|
import commonChartsNum from '@/layout/components/EchartsNum/index.vue'
|
|
|
import dateType from '@/layout/components/dateType/index.vue'
|
|
|
-import { GetUserAna, GetOfficerAna, GetRoleAna, GetAuthAna } from '@/api/apiHome'
|
|
|
+import { GetUserAna, GetOfficerAna, GetRoleAna, GetAuthAna, GetStatus } from '@/api/apiHome'
|
|
|
import { mapGetters } from 'vuex'
|
|
|
export default {
|
|
|
name: 'Analysis',
|
|
@@ -445,9 +445,9 @@ export default {
|
|
|
name: '登录情况',
|
|
|
radius: ['40%', '100%'],
|
|
|
data: [
|
|
|
- { value: 2780, name: '正常登录' },
|
|
|
- { value: 735, name: '异常登录' },
|
|
|
- { value: 165, name: '登录失败' }
|
|
|
+ { value: 2780, name: '正常登录', key: 'normalLogin' },
|
|
|
+ { value: 735, name: '异常登录', key: 'abnormalLogin' },
|
|
|
+ { value: 165, name: '登录失败', key: 'nosystemLogin' }
|
|
|
]
|
|
|
}
|
|
|
]
|
|
@@ -497,17 +497,20 @@ export default {
|
|
|
{
|
|
|
number: 2780,
|
|
|
txt: '正常登录',
|
|
|
- color: '#8969BE'
|
|
|
+ color: '#8969BE',
|
|
|
+ key: 'normalLogin'
|
|
|
},
|
|
|
{
|
|
|
number: 735,
|
|
|
txt: '异常登录',
|
|
|
- color: '#F4C23A'
|
|
|
+ color: '#F4C23A',
|
|
|
+ key: 'abnormalLogin'
|
|
|
},
|
|
|
{
|
|
|
number: 165,
|
|
|
txt: '非系统异常',
|
|
|
- color: '#E752A3'
|
|
|
+ color: '#E752A3',
|
|
|
+ key: 'nosystemLogin'
|
|
|
}
|
|
|
],
|
|
|
// 授权情况数据
|
|
@@ -521,11 +524,11 @@ export default {
|
|
|
name: '授权情况',
|
|
|
radius: ['40%', '100%'],
|
|
|
data: [
|
|
|
- { value: 1276, name: '账号授权' },
|
|
|
- { value: 126, name: '分组授权' },
|
|
|
- { value: 1236, name: '职员授权' },
|
|
|
- { value: 12736, name: '组织授权' },
|
|
|
- { value: 127, name: '角色授权' }
|
|
|
+ { value: 1276, name: '账号授权', key: 'accountAuthorization' },
|
|
|
+ { value: 126, name: '分组授权', key: 'groupAuthorization' },
|
|
|
+ { value: 1236, name: '职员授权', key: 'officerAuthorization' },
|
|
|
+ { value: 12736, name: '组织授权', key: 'organAuthorization' },
|
|
|
+ { value: 127, name: '角色授权', key: 'roleAuthorization' }
|
|
|
]
|
|
|
}
|
|
|
]
|
|
@@ -535,27 +538,32 @@ export default {
|
|
|
{
|
|
|
color: '#8969BE',
|
|
|
name: '账号授权',
|
|
|
- num: '1276'
|
|
|
+ num: '1276',
|
|
|
+ key: 'accountAuthorization'
|
|
|
},
|
|
|
{
|
|
|
color: '#94C6E0',
|
|
|
name: '分组授权',
|
|
|
- num: '126'
|
|
|
+ num: '126',
|
|
|
+ key: 'groupAuthorization'
|
|
|
},
|
|
|
{
|
|
|
color: '#85EAC8',
|
|
|
name: '职员授权',
|
|
|
- num: '1236'
|
|
|
+ num: '1236',
|
|
|
+ key: 'officerAuthorization'
|
|
|
},
|
|
|
{
|
|
|
color: '#F4C23A',
|
|
|
name: '组织授权',
|
|
|
- num: '12736'
|
|
|
+ num: '12736',
|
|
|
+ key: 'organAuthorization'
|
|
|
},
|
|
|
{
|
|
|
color: '#E752A3',
|
|
|
name: '角色授权',
|
|
|
- num: '127'
|
|
|
+ num: '127',
|
|
|
+ key: 'roleAuthorization'
|
|
|
}
|
|
|
],
|
|
|
// 行为情况数据
|
|
@@ -569,12 +577,12 @@ export default {
|
|
|
name: '行为情况',
|
|
|
radius: ['40%', '100%'],
|
|
|
data: [
|
|
|
- { value: 1275, name: '4A平台' },
|
|
|
- { value: 2210, name: 'OA系统' },
|
|
|
- { value: 2220, name: '项目建设' },
|
|
|
- { value: 2230, name: '勘察设计' },
|
|
|
- { value: 2210, name: '企业微信' },
|
|
|
- { value: 2250, name: '智慧工程' }
|
|
|
+ { value: 1275, name: '4A平台', key: 'sys4a' },
|
|
|
+ { value: 2210, name: 'OA系统', key: 'sysOA' },
|
|
|
+ { value: 2220, name: '项目建设', key: 'sysProjectManagementPlatform' },
|
|
|
+ { value: 2230, name: '勘察设计', key: 'sysSurveyAndDesignManagementPlatform' },
|
|
|
+ { value: 2210, name: '企业微信', key: 'sysWechat' },
|
|
|
+ { value: 2250, name: '智慧工程', key: 'sysSmartConstructionSite' }
|
|
|
]
|
|
|
}
|
|
|
]
|
|
@@ -584,32 +592,38 @@ export default {
|
|
|
{
|
|
|
color: '#8969BE',
|
|
|
name: '4A平台',
|
|
|
- num: '1275'
|
|
|
+ num: '1275',
|
|
|
+ key: 'sys4a'
|
|
|
},
|
|
|
{
|
|
|
color: '#F25555',
|
|
|
name: 'OA系统',
|
|
|
- num: '2210'
|
|
|
+ num: '2210',
|
|
|
+ key: 'sysOA'
|
|
|
},
|
|
|
{
|
|
|
color: '#F4C23A',
|
|
|
name: '项目建设',
|
|
|
- num: '2220'
|
|
|
+ num: '2220',
|
|
|
+ key: 'sysProjectManagementPlatform'
|
|
|
},
|
|
|
{
|
|
|
color: '#E752A3',
|
|
|
name: '勘察设计',
|
|
|
- num: '2230'
|
|
|
+ num: '2230',
|
|
|
+ key: 'sysSurveyAndDesignManagementPlatform'
|
|
|
},
|
|
|
{
|
|
|
color: '#94C6E0',
|
|
|
name: '企业微信',
|
|
|
- num: '2210'
|
|
|
+ num: '2210',
|
|
|
+ key: 'sysWechat'
|
|
|
},
|
|
|
{
|
|
|
color: '#85EAC8',
|
|
|
name: '智慧工地',
|
|
|
- num: '2250'
|
|
|
+ num: '2250',
|
|
|
+ key: 'sysSmartConstructionSite'
|
|
|
}
|
|
|
],
|
|
|
// 数据概况
|
|
@@ -656,22 +670,26 @@ export default {
|
|
|
{
|
|
|
number: 1275,
|
|
|
txt: '下发有效',
|
|
|
- color: '#8969BE'
|
|
|
+ color: '#8969BE',
|
|
|
+ key: 'pushSuccess'
|
|
|
},
|
|
|
{
|
|
|
number: 220,
|
|
|
txt: '下发无效',
|
|
|
- color: '#E752A3'
|
|
|
+ color: '#E752A3',
|
|
|
+ key: 'pushFailed'
|
|
|
},
|
|
|
{
|
|
|
number: 220,
|
|
|
txt: '接收有效',
|
|
|
- color: '#F4C23A'
|
|
|
+ color: '#F4C23A',
|
|
|
+ key: 'receiveSuccess'
|
|
|
},
|
|
|
{
|
|
|
number: 220,
|
|
|
txt: '接收无效',
|
|
|
- color: '#F56C6C'
|
|
|
+ color: '#F56C6C',
|
|
|
+ key: 'receiveFailed'
|
|
|
}
|
|
|
],
|
|
|
// 权限概览切换
|
|
@@ -825,10 +843,82 @@ export default {
|
|
|
console.log('网络错误:', error)
|
|
|
}
|
|
|
},
|
|
|
+ async getStatus () {
|
|
|
+ try {
|
|
|
+ const result = await GetStatus()
|
|
|
+ if (result.code === 0) {
|
|
|
+ const res = result.returnData
|
|
|
+ const keys = Object.entries(res)
|
|
|
+ const { pushSuccess, pushFailed, receiveSuccess, receiveFailed } = res
|
|
|
+ // 数据概况
|
|
|
+ this.unusualOption.series[0].data[0].value = pushSuccess
|
|
|
+ this.unusualOption.series[0].data[1].value = pushFailed
|
|
|
+ this.unusualOption.series[1].data[0].value = receiveSuccess
|
|
|
+ this.unusualOption.series[1].data[1].value = receiveFailed
|
|
|
+ this.unusualTeams.forEach(item => {
|
|
|
+ keys.filter(p => {
|
|
|
+ if (item.key === p[0]) {
|
|
|
+ item.number = p[1]
|
|
|
+ }
|
|
|
+ })
|
|
|
+ })
|
|
|
+ //登录情况
|
|
|
+ this.loginTeams.forEach(item => {
|
|
|
+ keys.filter(p => {
|
|
|
+ if (item.key === p[0]) {
|
|
|
+ item.number = p[1]
|
|
|
+ }
|
|
|
+ })
|
|
|
+ })
|
|
|
+ this.loginOption.series[0].data.forEach(item => {
|
|
|
+ keys.filter(p => {
|
|
|
+ if (item.key === p[0]) {
|
|
|
+ item.value = p[1]
|
|
|
+ }
|
|
|
+ })
|
|
|
+ })
|
|
|
+ //授权情况
|
|
|
+ this.authorizeArr.forEach(item => {
|
|
|
+ keys.filter(p => {
|
|
|
+ if (item.key === p[0]) {
|
|
|
+ item.number = p[1]
|
|
|
+ }
|
|
|
+ })
|
|
|
+ })
|
|
|
+ this.authorizeOption.series[0].data.forEach(item => {
|
|
|
+ keys.filter(p => {
|
|
|
+ if (item.key === p[0]) {
|
|
|
+ item.value = p[1]
|
|
|
+ }
|
|
|
+ })
|
|
|
+ })
|
|
|
+ //行为情况
|
|
|
+ this.behaviorArr.forEach(item => {
|
|
|
+ keys.filter(p => {
|
|
|
+ if (item.key === p[0]) {
|
|
|
+ item.number = p[1]
|
|
|
+ }
|
|
|
+ })
|
|
|
+ })
|
|
|
+ this.behaviorOption.series[0].data.forEach(item => {
|
|
|
+ keys.filter(p => {
|
|
|
+ if (item.key === p[0]) {
|
|
|
+ item.value = p[1]
|
|
|
+ }
|
|
|
+ })
|
|
|
+ })
|
|
|
+ } else {
|
|
|
+ this.$message.error(result.message)
|
|
|
+ }
|
|
|
+ } catch (error) {
|
|
|
+ console.log('网络错误:', error)
|
|
|
+ }
|
|
|
+ },
|
|
|
pageInit () {
|
|
|
this.getUserAna()
|
|
|
this.getRoleAna()
|
|
|
this.getAuthAna()
|
|
|
+ this.getStatus()
|
|
|
}
|
|
|
}
|
|
|
}
|