From cde9302acf79f2060e25c5333a5bf4a6b376f91d Mon Sep 17 00:00:00 2001 From: yxq Date: Tue, 22 Oct 2024 14:01:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=AD=A6=E5=B7=A1=E8=AD=A6=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=92=8C=E8=AF=A6=E6=83=85=E9=A1=B5=E5=AD=A6=E7=94=9F?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=9B=9E=E6=98=BE=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- monitorMobile/pages/earlyWarning/detail.vue | 2 +- monitorMobile/pages/earlyWarning/index.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/monitorMobile/pages/earlyWarning/detail.vue b/monitorMobile/pages/earlyWarning/detail.vue index 6cdf23c..19741f2 100644 --- a/monitorMobile/pages/earlyWarning/detail.vue +++ b/monitorMobile/pages/earlyWarning/detail.vue @@ -23,7 +23,7 @@ 班级: - -- + {{ detailData.personSetName || "--" }} diff --git a/monitorMobile/pages/earlyWarning/index.vue b/monitorMobile/pages/earlyWarning/index.vue index 073e68d..8f8fad0 100644 --- a/monitorMobile/pages/earlyWarning/index.vue +++ b/monitorMobile/pages/earlyWarning/index.vue @@ -131,19 +131,19 @@ - 姓名:-- + 姓名:{{item.sceneName || '--'}} - 系部:-- + 系部:{{item.majorName || '--'}} - 专业:-- + 专业:{{item.depName || '--'}}