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-12-11 13:38:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7ffe682fb0da978fa4bc33079b84e6f54d8400bb
7ffe682f
1 parent
cce24284
fix: 更新图标并添加感恩模块待办注释
更新打卡管理菜单图标从"book"改为"document" 在多个页面添加感恩模块的待办注释
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
5 deletions
src/views/checkin/IndexCheckInPage.vue
src/views/profile/ProfilePage.vue
src/views/teacher/checkinPage.vue
src/views/teacher/studentPage.vue
src/views/teacher/studentRecordPage.vue
src/views/checkin/IndexCheckInPage.vue
View file @
7ffe682
<!--
* @Date: 2025-05-29 15:34:17
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-12-11 13:
03:09
* @LastEditTime: 2025-12-11 13:
32:41
* @FilePath: /mlaj/src/views/checkin/IndexCheckInPage.vue
* @Description: 文件描述
-->
...
...
@@ -98,6 +98,8 @@
</van-row>
</div>
<div class="post-content">
<!-- TODO 感恩模块还没有做 -->
<div>感恩模块还没有做</div>
<div class="post-text">{{ post.content }}</div>
<div class="post-media">
<div v-if="post.images.length" class="post-images">
...
...
src/views/profile/ProfilePage.vue
View file @
7ffe682
...
...
@@ -319,7 +319,7 @@ const menuItems3 = ref([
const menuItems4 = ref([
{
icon: "
book
",
icon: "
document
",
title: "打卡管理",
path: "/teacher/checkin",
},
...
...
src/views/teacher/checkinPage.vue
View file @
7ffe682
<!--
* @Date: 2025-05-29 15:34:17
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-12-11 13:
24:10
* @LastEditTime: 2025-12-11 13:
31:17
* @FilePath: /mlaj/src/views/teacher/checkinPage.vue
* @Description: 文件描述
-->
...
...
@@ -102,6 +102,8 @@
</van-row>
</div>
<div class="post-content">
<!-- TODO 感恩模块还没有做 -->
<div>感恩模块还没有做</div>
<div class="post-text">{{ post.content }}</div>
<div class="post-media">
<div v-if="post.images.length" class="post-images">
...
...
src/views/teacher/studentPage.vue
View file @
7ffe682
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2025-06-19 17:12:19
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-1
0-28 11:13:52
* @LastEditTime: 2025-1
2-11 13:33:01
* @FilePath: /mlaj/src/views/teacher/studentPage.vue
* @Description: 学生详情页面
-->
...
...
@@ -205,6 +205,8 @@
</van-row>
</div>
<div class="post-content">
<!-- TODO 感恩模块还没有做 -->
<div>感恩模块还没有做</div>
<div class="post-text">{{ post.content }}</div>
<div class="post-media">
<div v-if="post.images.length" class="post-images">
...
...
src/views/teacher/studentRecordPage.vue
View file @
7ffe682
<!--
* @Date: 2025-11-19 22:05:00
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-12-
02 18:44:51
* @LastEditTime: 2025-12-
11 13:30:57
* @FilePath: /mlaj/src/views/teacher/studentRecordPage.vue
* @Description: 学生作业记录页面(仅作业记录与点评功能),固定 user_id 与 group_id
-->
...
...
@@ -27,6 +27,8 @@
</van-row>
</div>
<div class="post-content">
<!-- TODO 感恩模块还没有做 -->
<div>感恩模块还没有做</div>
<div class="post-text">{{ post.content }}</div>
<div class="post-media">
<div v-if="post.images.length" class="post-images">
...
...
Please
register
or
login
to post a comment