From 7fef5daa21bc7c1d2a9a856c763e3adca40c71e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com>
Date: Wed, 31 Aug 2022 13:24:18 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/studentInfo/index.vue | 102 +++++++++++++++++--------
1 file changed, 71 insertions(+), 31 deletions(-)
diff --git a/src/views/system/studentInfo/index.vue b/src/views/system/studentInfo/index.vue
index 72c2968..2dbdd3c 100644
--- a/src/views/system/studentInfo/index.vue
+++ b/src/views/system/studentInfo/index.vue
@@ -151,19 +151,44 @@
@selection-change="handleSelectionChange"
>
-
-
+
+
{{ nactiontype(scope.row.nationDictId) }}
-
-
+
+
{{
scope.row.studentSex == male ? "男" : "女"
}}
-
+
{{ parseTime(scope.row.birthDate, "{y}-{m}-{d}") }}
-
-
-
+
+
+
-
- {{ scope.row.homeAddress | ellipsis}}
+
+ {{ scope.row.homeAddress }}
@@ -301,7 +339,11 @@
/>
-
+
-
+
-
+