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 @@ + + + + + + + +