diff --git a/back/src/views/modules/abilityStatistics/index.vue b/back/src/views/modules/abilityStatistics/index.vue index f29ac522..a64f674c 100644 --- a/back/src/views/modules/abilityStatistics/index.vue +++ b/back/src/views/modules/abilityStatistics/index.vue @@ -22,92 +22,181 @@ --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ $t('query') }} + + + + {{ $t('reset') }} + +
-
+ +
- 部门发布情况 + 能力上架统计 - - 部门使用情况 + + 能力使用统计 + + + + 明细 + + + 返回
+ + style="width: 100%" v-if='this.departmentId===1 ||this.departmentId===2'> - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + prop="resourceName" + label="资源名称" + min-width="100%"> - + + + + + + +
{ - this.tableData = res.data.data.list + let result= res.data.data + for(let i=0;i { - this.tableData = res.data.data.list + let result= res.data.data + for(let i=0;i { - this.tableData = res.data.data.list + this.tableData = res.data.data + this.total = res.data.data.total + }) + }, + // 能力使用明细 + getTwoDetail (page) { + this.$http.get('/census/center/selectCensusApplyTable/', { + params: { + limit: 5, + // page: page || 1, + approveStatus: '', + deptId: '', + params: '', + startDate: '' + } + }).then(res => { + this.tableData = res.data.data + this.total = res.data.data.total + }) + }, + getReleaseTree (page) { + this.$http.get('/census/center/selectApplyDeptDetailTypeCountList/', { + params: { + limit: 5, + // page: page || 1, + approveStatus: '', + deptId: '', + params: '', + startDate: '' + } + }).then(res => { + let result= res.data.data + for(let i=0;i .container { display: flex; + flex-direction: column; } .container-left { width: 250px; @@ -464,6 +708,18 @@ input::placeholder { font-size: 14px; color: #979eb9; cursor: pointer; + .detail-button{ + width: 60px; + height: 30px; + right: 60px; + background-color: #0058e1; + position: absolute; + text-align: center; + line-height: 30px; + margin-top: -20px; + border-radius: 2px; + color: #fff; + } } .line-style { width: 100%;