From e297a300ed3f400e5202a295a4c1b062f7f9e3bc 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 16:28:43 +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/area/index.vue | 26 +++++++++++++++++--- src/views/system/classconstitution/index.vue | 20 ++++++++++++--- src/views/system/studentInfo/index.vue | 1 + 3 files changed, 39 insertions(+), 8 deletions(-) diff --git a/src/views/system/area/index.vue b/src/views/system/area/index.vue index af6dd98..d3fd36c 100644 --- a/src/views/system/area/index.vue +++ b/src/views/system/area/index.vue @@ -156,7 +156,11 @@ /> - + -
+
-
+
{{ item.className }}
-
+
{{ item.totalAvScore }}
@@ -203,7 +215,7 @@
{{ uitem }}
diff --git a/src/views/system/studentInfo/index.vue b/src/views/system/studentInfo/index.vue index c1f79f9..cac5d91 100644 --- a/src/views/system/studentInfo/index.vue +++ b/src/views/system/studentInfo/index.vue @@ -149,6 +149,7 @@ v-loading="loading" :data="studentInfoList" @selection-change="handleSelectionChange" + @cell-dblclick="seepraent" >