gaoluyang
2025-05-15 03c87707468888db87a98c843b67488b1e88832f
src/components/PIMTable/PIMTable.vue
@@ -231,7 +231,7 @@
// 文件上传前校验
const beforeUpload = (rawFile, index) => {
  currentFiles.value[index] = {}
  if (rawFile.size > 1024 * 1024 * 10) {
  if (rawfile.size > 1024 * 1024 * 10 * 10) {
    ElMessage.error('上传文件不超过10M')
    return false
  }