File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ if (import.meta.client) {
94
94
<NuxtLink to =" /manage/record" >
95
95
<Button v-if =" isPresidentOrVicePresident" :variant =" route.name === 'manage-record' ? 'secondary' : 'ghost'" class =" w-full justify-start mt-1" >
96
96
<Icon class =" mr-2 h-4 w-4" name =" charm:tick-double" />
97
- 活动记录
97
+ 活动签到
98
98
</Button >
99
99
</NuxtLink >
100
100
</div >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const refreshState = ref(false)
26
26
<Icon name =" ic:sharp-remove-red-eye" />
27
27
我的申请
28
28
</CardTitle >
29
- <CardDescription >在此处浏览您的活动记录 </CardDescription >
29
+ <CardDescription >在此处浏览您的活动签到 </CardDescription >
30
30
</CardHeader >
31
31
<CardContent >
32
32
<Skeleton class =" w-full h-32" />
@@ -43,7 +43,7 @@ const refreshState = ref(false)
43
43
<Icon name =" material-symbols:add-circle-outline" />
44
44
新增
45
45
</CardTitle >
46
- <CardDescription >在此处新增活动记录 </CardDescription >
46
+ <CardDescription >在此处新增活动签到 </CardDescription >
47
47
</CardHeader >
48
48
<CardContent >
49
49
<form class =" space-y-6" >
You can’t perform that action at this time.
0 commit comments