|
|
|
@@ -1,7 +1,7 @@ |
|
|
|
<template> |
|
|
|
<div> |
|
|
|
<div style="margin-top: 10px;"> |
|
|
|
<b class="pro_item">用户分析</b> <span class="update_time">数据更新时间:{{lastUpdatedTime}}  / 从{{recordBeginTime}}开始统计</span> |
|
|
|
<b class="pro_item">用户分析</b> <span class="update_time">数据更新时间:</span><span style="font-size: 12px;">{{lastUpdatedTime}}  / 从{{recordBeginTime}}开始统计</span> |
|
|
|
</div> |
|
|
|
<div style="margin-top: 20px;"> |
|
|
|
<span class="sta_iterm">统计周期:</span> |
|
|
|
@@ -171,7 +171,7 @@ |
|
|
|
value_time: '', |
|
|
|
search:'', |
|
|
|
data:'', |
|
|
|
columns: [{title: 'ID',key: 'ID'},{title: '用户名',key: 'Name'},{title: 'PR数',key: 'CommitCount'},{title: '提出任务数',key: 'IssueCount'},{title: '评论数',key: 'CommentCount'},{title: '关注项目数',key: 'FocusRepoCount'},{title: '点赞项目数',key: 'StarRepoCount'},{title: '登录次数',key: 'LoginCount'},{title:'关注者数',key:'WatchedCount'},{title:'commit代码行数',key:'CommitCodeSize'},{title:'已解决任务数',key:'SolveIssueCount'},{title:'百科页面贡献次数',key:'EncyclopediasCount'},{title:'创建项目',key:'CreateRepoCount'},{title:'用户注册时间',key:'RegistDate'},{title:'系统统计时间',key:'CountDate'}], |
|
|
|
columns: [{title: 'ID',key: 'ID'},{title: '用户名',key: 'Name'},{title: 'PR数',key: 'CodeMergeCount'},{title: 'cimmit数',key:'CommitCount'},{title: '提出任务数',key: 'IssueCount'},{title: '评论数',key: 'CommentCount'},{title: '关注项目数',key: 'FocusRepoCount'},{title: '点赞项目数',key: 'StarRepoCount'},{title: '登录次数',key: 'LoginCount'},{title:'关注者数',key:'WatchedCount'},{title:'commit代码行数',key:'CommitCodeSize'},{title:'已解决任务数',key:'SolveIssueCount'},{title:'百科页面贡献次数',key:'EncyclopediasCount'},{title:'创建项目',key:'CreateRepoCount'},{title:'用户注册时间',key:'RegistDate'},{title:'系统统计时间',key:'CountDate'}], |
|
|
|
blob:'', |
|
|
|
fileName:'', |
|
|
|
dynamic:7, |
|
|
|
@@ -422,10 +422,10 @@ |
|
|
|
border-radius:4px ; |
|
|
|
} |
|
|
|
|
|
|
|
.btn:focus, |
|
|
|
/* .btn:focus, |
|
|
|
.btn:active{ |
|
|
|
background-color:#409effd6 ; |
|
|
|
} |
|
|
|
} */ |
|
|
|
/deep/ .el-date-picker { |
|
|
|
width: 200px; |
|
|
|
} |
|
|
|
@@ -435,6 +435,7 @@ |
|
|
|
|
|
|
|
.colorChange { |
|
|
|
background-color: #409effd6; |
|
|
|
color: #FFFF; |
|
|
|
} |
|
|
|
|
|
|
|
</style> |