tangning hace 1 año
padre
commit
02d9868f1a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>