zhangwencui
2026-04-28 30a08223fbdcb3fa7b7d1ab3a0ad93e4bc949aeb
src/components/AttachmentUpload/image/index.vue
@@ -88,7 +88,7 @@
})
const uploadTip = computed(() => {
  return `支持 ${props.fileType.join('/')},单张不超过 ${props.fileSize}MB`
  return `支持 ${props.fileType.join('/')},单张不超过 ${props.fileSize}MB,最多上传 ${props.limit} 张图片`
})
function getItemUid(item, index) {