From 449ed3fae66ceb8aa383fef5e4bd506cbf39161a Mon Sep 17 00:00:00 2001 From: wanglei Date: Fri, 20 Jun 2025 11:27:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E6=A0=B8=E5=BE=97=E5=88=86=E6=B1=87?= =?UTF-8?q?=E6=80=BB=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/kaohe/pingce/index.vue | 21 +++++- ruoyi-ui/src/views/kaohe/totalScore/index.vue | 69 +++++++++++++++++++ ruoyi-ui/src/views/kaohe/vote/index.vue | 13 ++++ 3 files changed, 102 insertions(+), 1 deletion(-) create mode 100644 ruoyi-ui/src/views/kaohe/totalScore/index.vue diff --git a/ruoyi-ui/src/views/kaohe/pingce/index.vue b/ruoyi-ui/src/views/kaohe/pingce/index.vue index 008d592..9e5d6fc 100644 --- a/ruoyi-ui/src/views/kaohe/pingce/index.vue +++ b/ruoyi-ui/src/views/kaohe/pingce/index.vue @@ -107,12 +107,18 @@ v-hasPermi="['kaohe:pingce:edit']" >修改 考核得分汇总 + @@ -139,6 +145,16 @@ + + + + + 选择职工 @@ -858,6 +874,9 @@ export default { }, goVotepage(row){ this.$router.push({ path: '/votepage', query: { id: row.vote.id }}); + }, + goTotalScore(){ + this.$router.push({ path: '/totalScore'}); } } } diff --git a/ruoyi-ui/src/views/kaohe/totalScore/index.vue b/ruoyi-ui/src/views/kaohe/totalScore/index.vue new file mode 100644 index 0000000..a2335a0 --- /dev/null +++ b/ruoyi-ui/src/views/kaohe/totalScore/index.vue @@ -0,0 +1,69 @@ + + + + + diff --git a/ruoyi-ui/src/views/kaohe/vote/index.vue b/ruoyi-ui/src/views/kaohe/vote/index.vue index db4b3f4..c1ccefc 100644 --- a/ruoyi-ui/src/views/kaohe/vote/index.vue +++ b/ruoyi-ui/src/views/kaohe/vote/index.vue @@ -146,6 +146,9 @@ + + + + + + + +