From a56678f76e8ce82a732539957c01585f369d5b01 Mon Sep 17 00:00:00 2001 From: wanglei Date: Tue, 28 Oct 2025 14:46:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E8=81=8C=E5=B7=A5=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B7=A5=E5=8F=B7=E3=80=81=E8=BA=AB=E4=BB=BD?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/kaohe/pingce/index.vue | 42 ++++++++++++++++++----- 1 file changed, 34 insertions(+), 8 deletions(-) diff --git a/ruoyi-ui/src/views/kaohe/pingce/index.vue b/ruoyi-ui/src/views/kaohe/pingce/index.vue index b92e069..1e3bae9 100644 --- a/ruoyi-ui/src/views/kaohe/pingce/index.vue +++ b/ruoyi-ui/src/views/kaohe/pingce/index.vue @@ -87,6 +87,16 @@ v-hasPermi="['system:user:remove']" >清除评分账号 + @@ -199,9 +209,10 @@ - - - + + + + @@ -281,9 +292,11 @@ - + + +
@@ -330,10 +343,10 @@ - - - - + + + + { + this.getList() + this.$modal.msgSuccess("删除成功") + }).catch(() => {}) + }, // 查看评分任务 viewVote(row){ this.$router.push({ path: '/toupiao/vote', query: { pcId: row.id}});