gaoluyang
2025-05-15 9fb863b0f3e23be40e9a73a73f6d0f3d0bba1c6c
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
  }