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) {
9494 <NuxtLink to =" /manage/record" >
9595 <Button v-if =" isPresidentOrVicePresident" :variant =" route.name === 'manage-record' ? 'secondary' : 'ghost'" class =" w-full justify-start mt-1" >
9696 <Icon class =" mr-2 h-4 w-4" name =" charm:tick-double" />
97- 活动记录
97+ 活动签到
9898 </Button >
9999 </NuxtLink >
100100 </div >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const refreshState = ref(false)
2626 <Icon name =" ic:sharp-remove-red-eye" />
2727 我的申请
2828 </CardTitle >
29- <CardDescription >在此处浏览您的活动记录 </CardDescription >
29+ <CardDescription >在此处浏览您的活动签到 </CardDescription >
3030 </CardHeader >
3131 <CardContent >
3232 <Skeleton class =" w-full h-32" />
@@ -43,7 +43,7 @@ const refreshState = ref(false)
4343 <Icon name =" material-symbols:add-circle-outline" />
4444 新增
4545 </CardTitle >
46- <CardDescription >在此处新增活动记录 </CardDescription >
46+ <CardDescription >在此处新增活动签到 </CardDescription >
4747 </CardHeader >
4848 <CardContent >
4949 <form class =" space-y-6" >
You can’t perform that action at this time.
0 commit comments