From ae7bdacc5c751e063e902e4aa1bc6124cd670512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Wed, 16 Jul 2025 10:31:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/examlist/examlist.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/examlist/examlist.vue b/pages/examlist/examlist.vue index 629821b..7d0ac88 100644 --- a/pages/examlist/examlist.vue +++ b/pages/examlist/examlist.vue @@ -46,6 +46,9 @@ 手机号:{{user.phone}} + + 考试状态:{{item.finishState==0?'未考试':""}}{{item.finishState==1?'已考试':""}} +