diff --git a/Services/client/src/components/FileItem.vue b/Services/client/src/components/FileItem.vue index d7e529a..ce059f9 100644 --- a/Services/client/src/components/FileItem.vue +++ b/Services/client/src/components/FileItem.vue @@ -323,7 +323,7 @@ async function submitFileForm( class="text-overflow-handle block q-px-md text-center" style="max-width: 100%" > - {{ getFileNameFormat(value.fileName) }} + {{ value.title }} diff --git a/Services/client/src/modules/01_user/components/FileDownload.vue b/Services/client/src/modules/01_user/components/FileDownload.vue index 3fb07a0..a78c1f3 100644 --- a/Services/client/src/modules/01_user/components/FileDownload.vue +++ b/Services/client/src/modules/01_user/components/FileDownload.vue @@ -54,7 +54,7 @@ async function downloadSubmit(path: any) { color="primary" /> - {{ getFileNameFormat(fileInfo?.fileName) }} @@ -85,7 +85,7 @@ async function downloadSubmit(path: any) { class="text-overflow-handle block q-px-md text-center" style="max-width: 100%" > - {{ getFileNameFormat(fileInfo?.fileName) }} + {{ fileInfo?.title }}