diff --git a/ruoyi-ui/src/api/kaohe/vote_emp.js b/ruoyi-ui/src/api/kaohe/vote_emp.js index 0f01e89..0d2550a 100644 --- a/ruoyi-ui/src/api/kaohe/vote_emp.js +++ b/ruoyi-ui/src/api/kaohe/vote_emp.js @@ -52,3 +52,12 @@ export function VoteEmpSubmit(data) { data: data }) } + + +// 结果统计接口 +export function resultVote_emp(id) { + return request({ + url: '/kaohe/vote_emp/statisticalResults/' + id, + method: 'put' + }) +} diff --git a/ruoyi-ui/src/views/kaohe/pingce/index.vue b/ruoyi-ui/src/views/kaohe/pingce/index.vue index c1a55c8..6dbd286 100644 --- a/ruoyi-ui/src/views/kaohe/pingce/index.vue +++ b/ruoyi-ui/src/views/kaohe/pingce/index.vue @@ -195,7 +195,7 @@ >查看评分账号 - + 更多 被考核对象添加 diff --git a/ruoyi-ui/src/views/kaohe/vote_emp/index.vue b/ruoyi-ui/src/views/kaohe/vote_emp/index.vue index 4d87c0f..d684fe1 100644 --- a/ruoyi-ui/src/views/kaohe/vote_emp/index.vue +++ b/ruoyi-ui/src/views/kaohe/vote_emp/index.vue @@ -98,20 +98,25 @@ v-hasPermi="['kaohe:vote_emp:export']" >导出 + + 结果统计 + - - - - + - - + - - + + + -