From 56e721f672a24120f849ab3eb670aafa40cb5660 Mon Sep 17 00:00:00 2001 From: dyy <807692433@qq.com> Date: Tue, 15 Aug 2023 17:58:33 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF-=E8=87=AA=E5=AE=9A=E4=B9=89=E5=BA=94?= =?UTF-8?q?=E7=94=A8-=E8=AF=BE=E5=A0=82=E8=80=83=E5=8B=A4=EF=BC=9A?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E8=AF=BE=E8=A1=A8=E8=BF=9B=E5=85=A5=E5=AD=A6?= =?UTF-8?q?=E7=94=9F=E7=AD=BE=E5=88=B0=E9=A1=B5=EF=BC=8C=E5=AD=A6=E7=94=9F?= =?UTF-8?q?=E4=B8=BA=E7=A9=BA=E6=97=B6=E4=BC=98=E5=8C=96=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LearunApp-2.2.0/pages/studentAttendance/single.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/studentAttendance/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/studentAttendance/single.vue index a0a2db9b2..85d9748f5 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/studentAttendance/single.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/studentAttendance/single.vue @@ -48,8 +48,8 @@ - {{ weekData.rows[ind].StuName }} - 学号: {{ weekData.rows[ind].StuNo }} + {{ weekData.total > 0 ? weekData.rows[ind].StuName : "" }} + 学号: {{ weekData.total > 0 ? weekData.rows[ind].StuNo:"" }}