diff --git a/Services/client/src/modules/01_user/components/FileDownload.vue b/Services/client/src/modules/01_user/components/FileDownload.vue
index 2262ef9..a2b9c82 100644
--- a/Services/client/src/modules/01_user/components/FileDownload.vue
+++ b/Services/client/src/modules/01_user/components/FileDownload.vue
@@ -1,11 +1,41 @@
@@ -52,6 +82,7 @@ const { getType, getFormatDate, getSize } = useFileInfoStore()
label="ดาวน์โหลด"
icon="mdi-download"
class="q-py-sm"
+ @click="() => downloadSubmit(fileInfo?.pathname)"
/>