From 71dbb2e0471201839108491b12f589427b62ed0b Mon Sep 17 00:00:00 2001 From: wanglei Date: Mon, 7 Jul 2025 09:43:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E6=A0=B8=E4=BB=BB=E5=8A=A1=E9=A1=B5?= =?UTF-8?q?=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/api/kaohe/vote_emp.js | 10 +++++++++ ruoyi-ui/src/views/index.vue | 4 ++-- ruoyi-ui/src/views/kaohe/pingce/index.vue | 25 +++++++++-------------- ruoyi-ui/src/views/kaohe/vote/index.vue | 12 +++-------- 4 files changed, 25 insertions(+), 26 deletions(-) diff --git a/ruoyi-ui/src/api/kaohe/vote_emp.js b/ruoyi-ui/src/api/kaohe/vote_emp.js index 667dcc5..0f01e89 100644 --- a/ruoyi-ui/src/api/kaohe/vote_emp.js +++ b/ruoyi-ui/src/api/kaohe/vote_emp.js @@ -42,3 +42,13 @@ export function delVote_emp(id) { method: 'delete' }) } + + +// 修改投票选项 +export function VoteEmpSubmit(data) { + return request({ + url: '/kaohe/vote_emp/voteSubmit', + method: 'put', + data: data + }) +} diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue index 164f72d..01d1e96 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -4,7 +4,7 @@
{{ item.voteTitle }}
-
{{ item.sTime + '-' + item.eTime }}
+
{{ item.sTime + ' - ' + item.eTime }}
- + @@ -345,7 +345,7 @@ - +