Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-07-02 18:06:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
55e3b5ebfb5764947a470ddd80c1c62b21281264
55e3b5eb
1 parent
90a6f52b
refactor(studentPage): 调整状态筛选按钮位置至统计标签页下显示
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
src/views/teacher/studentPage.vue
src/views/teacher/studentPage.vue
View file @
55e3b5e
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2025-06-19 17:12:19
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-0
6-30 17:45:27
* @LastEditTime: 2025-0
7-02 18:02:18
* @FilePath: /mlaj/src/views/teacher/studentPage.vue
* @Description: 学生详情页面
-->
...
...
@@ -91,16 +91,6 @@
</van-row>
</div>
<!-- 功能按钮 -->
<div class="mt-4 px-4">
<!-- 状态筛选 -->
<div class="flex items-center justify-end mb-4">
<div @click="showStatusPopup = true" class="flex items-center text-sm text-gray-600 cursor-pointer">
<span>{{ formatStatus(statusFilter) }}</span>
<van-icon name="arrow-down" size="14" class="ml-1" />
</div>
</div>
</div>
<!-- 使用van-sticky包裹van-tabs实现粘性布局 -->
<div class="bg-white" style="margin: 1rem;">
...
...
@@ -112,6 +102,16 @@
</van-tabs>
</van-sticky>
</div>
<!-- 功能按钮 -->
<div v-show="activeTab === 'statistics'" class="mt-4 px-4" style="padding-right: 1.25rem;">
<!-- 状态筛选 -->
<div class="flex items-center justify-end mb-4">
<div @click="showStatusPopup = true" class="flex items-center text-sm text-gray-600 cursor-pointer">
<span>{{ formatStatus(statusFilter) }}</span>
<van-icon name="arrow-down" size="14" class="ml-1" />
</div>
</div>
</div>
<!-- 记录列表 -->
<van-list v-show="activeTab === 'statistics'" v-model:loading="recordLoading" :finished="recordFinished"
...
...
Please
register
or
login
to post a comment