From 6740c4eb29061c6d3fc9fc6f242cd74672e85675 Mon Sep 17 00:00:00 2001 From: wanglei Date: Wed, 12 Nov 2025 16:41:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E6=9E=9C=E7=BB=9F=E8=AE=A1=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/api/kaohe/vote_emp.js | 9 + ruoyi-ui/src/views/kaohe/pingce/index.vue | 2 +- ruoyi-ui/src/views/kaohe/vote_emp/index.vue | 199 +++----------------- 3 files changed, 36 insertions(+), 174 deletions(-) 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']" >导出 + + 结果统计 + - - - - + - - + - - + + + -