From e14993b4f4c445911feedc676d9ce0bcc64e5459 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Mon, 12 Aug 2024 09:52:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kc/wjxCswj/WjxCswjStuList.vue | 25 ++++------ src/views/zy/zyInfo/StudentZyInfoList.vue | 61 ++--------------------- 2 files changed, 14 insertions(+), 72 deletions(-) diff --git a/src/views/kc/wjxCswj/WjxCswjStuList.vue b/src/views/kc/wjxCswj/WjxCswjStuList.vue index e6714fe..9b2dfd9 100644 --- a/src/views/kc/wjxCswj/WjxCswjStuList.vue +++ b/src/views/kc/wjxCswj/WjxCswjStuList.vue @@ -30,9 +30,9 @@ - +
- +
{{getStatus(item.flag)}}
@@ -40,20 +40,17 @@ - - 时间:{{dayjs(item.startTime).format('YYYY.MM.DD')}} - {{dayjs(item.endTime).format('YYYY.MM.DD')}} + + 时间:{{dayjs(item.startTime).format('MM.DD HH-mm')}} - {{dayjs(item.endTime).format('MM.DD HH-mm')}} + + + 开始测验 + 正在批卷 + 查看结果 - - - 开始测验 - 正在批卷 - 查看结果 - +
@@ -249,7 +246,7 @@ padding: 19px 10px 3px 10px; position: relative; top: -54px; - right: -131px; + right: -408px; text-align: center; font-size: 11px; } diff --git a/src/views/zy/zyInfo/StudentZyInfoList.vue b/src/views/zy/zyInfo/StudentZyInfoList.vue index 5547f9e..b2d87c0 100644 --- a/src/views/zy/zyInfo/StudentZyInfoList.vue +++ b/src/views/zy/zyInfo/StudentZyInfoList.vue @@ -1,32 +1,11 @@