From 02c5ad0545ea6ac707291cf8e2cd1d6a37da8eec Mon Sep 17 00:00:00 2001 From: zhanglipeng Date: Fri, 27 Aug 2021 16:20:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BC=E5=84=BF=E6=A1=A3=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../benyi/learndevelopmentfamily/table.vue | 34 ++++-------------- .../benyi/learndevelopmentteacher/table.vue | 35 ++++--------------- .../src/views/system/roleexplain/index.vue | 2 +- ...ChildLearndevelopmentFamilyController.java | 22 +++++++++--- ...hildLearndevelopmentTeacherController.java | 23 +++++++++--- .../domain/ByChildLearndevelopmentFamily.java | 23 ++++++++++++ .../ByChildLearndevelopmentTeacher.java | 23 ++++++++++++ .../ByChildLearndevelopmentFamilyMapper.xml | 32 ++++++++++++++++- .../ByChildLearndevelopmentTeacherMapper.xml | 32 ++++++++++++++++- 9 files changed, 156 insertions(+), 70 deletions(-) diff --git a/ruoyi-ui/src/views/benyi/learndevelopmentfamily/table.vue b/ruoyi-ui/src/views/benyi/learndevelopmentfamily/table.vue index fe503a5d2..75b718fee 100644 --- a/ruoyi-ui/src/views/benyi/learndevelopmentfamily/table.vue +++ b/ruoyi-ui/src/views/benyi/learndevelopmentfamily/table.vue @@ -23,7 +23,7 @@ 幼儿姓名: - {{ childFormat(childid) }} + {{ childname }} @@ -67,12 +67,7 @@