Browse Source

feat: 预览

tangning 1 năm trước cách đây
mục cha
commit
02d9868f1a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/Upload/src/BasicUpload.vue

+ 1 - 1
src/components/Upload/src/BasicUpload.vue

@@ -12,7 +12,7 @@
           </template>
         </template>
         <a-button :disabled="fileList && !fileList.length" @click="openPreviewModal">
-          <Icon icon="bi:eye" /> 预览
+          <Icon icon="bi:eye" /> {{ t('component.upload.preview') }}
           <template v-if="fileList.length && showPreviewNumber">
             {{ fileList.length }}
           </template>