diff --git a/web/apps/web-ele/src/components/notification/NotificationDrawer.vue b/web/apps/web-ele/src/components/notification/NotificationDrawer.vue index d58e99a..d579763 100644 --- a/web/apps/web-ele/src/components/notification/NotificationDrawer.vue +++ b/web/apps/web-ele/src/components/notification/NotificationDrawer.vue @@ -1,5 +1,4 @@ @@ -119,7 +127,7 @@ onMounted(() => { - {{ $t('file-manager.download') }} + {{ FILE_DOWNLOAD_TEXT }} @@ -130,7 +138,7 @@ onMounted(() => {

- {{ $t('file-manager.previewFailed') }} + {{ FILE_PREVIEW_FAILED }}

{{ errorMsg }} @@ -152,16 +160,17 @@ onMounted(() => {

{{ textContent }}
+ >{{ textContent }}

- {{ $t('file-manager.previewNotSupported') }} + {{ FILE_PREVIEW_NOT_SUPPORTED }}

- {{ $t('file-manager.download') }} + {{ FILE_DOWNLOAD_TEXT }}