From b6e46ba21eb04e6dc06732887a25fb21bed80aa2 Mon Sep 17 00:00:00 2001 From: zhonghua Date: Mon, 16 Mar 2026 14:36:24 +0800 Subject: [PATCH] =?UTF-8?q?fix(school):=20=E4=BF=AE=E5=A4=8D=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=A1=86=E9=87=8D=E5=A4=8D=E6=98=BE=E7=A4=BA=E4=B8=A4?= =?UTF-8?q?=E4=B8=AA=E6=90=9C=E7=B4=A2=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 a-input-search 的 #prefix 插槽(组件自带搜索按钮) - 涉及:课程管理、教师/学生/家长/班级管理 Made-with: Cursor --- .../src/views/school/classes/ClassListView.vue | 7 +------ .../src/views/school/courses/CourseListView.vue | 1 - .../src/views/school/parents/ParentListView.vue | 7 +------ .../src/views/school/students/StudentListView.vue | 7 +------ .../src/views/school/teachers/TeacherListView.vue | 7 +------ 5 files changed, 4 insertions(+), 25 deletions(-) diff --git a/reading-platform-frontend/src/views/school/classes/ClassListView.vue b/reading-platform-frontend/src/views/school/classes/ClassListView.vue index 9dbe650..01d6191 100644 --- a/reading-platform-frontend/src/views/school/classes/ClassListView.vue +++ b/reading-platform-frontend/src/views/school/classes/ClassListView.vue @@ -29,11 +29,7 @@
@@ -302,7 +298,6 @@ import { HomeOutlined, BankOutlined, PlusOutlined, - SearchOutlined, EditOutlined, DeleteOutlined, TeamOutlined, diff --git a/reading-platform-frontend/src/views/school/courses/CourseListView.vue b/reading-platform-frontend/src/views/school/courses/CourseListView.vue index 3612930..d88f475 100644 --- a/reading-platform-frontend/src/views/school/courses/CourseListView.vue +++ b/reading-platform-frontend/src/views/school/courses/CourseListView.vue @@ -186,7 +186,6 @@ import { ref, reactive, computed, onMounted } from 'vue'; import { useRouter } from 'vue-router'; import { - SearchOutlined, BookOutlined, ReadOutlined, StarFilled, diff --git a/reading-platform-frontend/src/views/school/parents/ParentListView.vue b/reading-platform-frontend/src/views/school/parents/ParentListView.vue index 23a9d40..8a71c26 100644 --- a/reading-platform-frontend/src/views/school/parents/ParentListView.vue +++ b/reading-platform-frontend/src/views/school/parents/ParentListView.vue @@ -29,11 +29,7 @@
@@ -305,7 +301,6 @@