hookehuyr

refactor(teacher): 移除学生页面中未使用的班级列表显示代码

...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Author: hookehuyr hookehuyr@gmail.com 2 * @Author: hookehuyr hookehuyr@gmail.com
3 * @Date: 2025-06-19 17:12:19 3 * @Date: 2025-06-19 17:12:19
4 * @LastEditors: hookehuyr hookehuyr@gmail.com 4 * @LastEditors: hookehuyr hookehuyr@gmail.com
5 - * @LastEditTime: 2025-12-18 16:31:03 5 + * @LastEditTime: 2025-12-18 17:26:14
6 * @FilePath: /mlaj/src/views/teacher/studentPage.vue 6 * @FilePath: /mlaj/src/views/teacher/studentPage.vue
7 * @Description: 学生详情页面 7 * @Description: 学生详情页面
8 --> 8 -->
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
21 <font-awesome-icon v-else icon="mars" color="#ec4899" class="mr-2" style="font-size: 0.85rem;" /> --> 21 <font-awesome-icon v-else icon="mars" color="#ec4899" class="mr-2" style="font-size: 0.85rem;" /> -->
22 </div> 22 </div>
23 <div class="flex items-center mb-2"> 23 <div class="flex items-center mb-2">
24 - <van-icon name="chat-o" size="16" color="#10b981" class="mr-1" /> 24 + <!-- <van-icon name="chat-o" size="16" color="#10b981" class="mr-1" /> -->
25 - <span class="text-sm text-gray-600 mr-4"> 25 + <!-- <span class="text-sm text-gray-600 mr-4">
26 <span class="mr-1" v-for="(item, index) in studentInfo.class_list" :key="index">{{ item.class_name }}</span> 26 <span class="mr-1" v-for="(item, index) in studentInfo.class_list" :key="index">{{ item.class_name }}</span>
27 - </span> 27 + </span> -->
28 <van-icon name="phone-o" size="16" color="#10b981" class="mr-1" /> 28 <van-icon name="phone-o" size="16" color="#10b981" class="mr-1" />
29 <span class="text-sm text-gray-600">{{ formatPhone(studentInfo.mobile) }}</span> 29 <span class="text-sm text-gray-600">{{ formatPhone(studentInfo.mobile) }}</span>
30 </div> 30 </div>
......