wangfumin 2 tygodni temu
rodzic
commit
869774bffb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/constant/caseFile.ts

+ 1 - 1
src/constant/caseFile.ts

@@ -9,7 +9,7 @@ export const BoardTypeDesc = {
   [BoardType.map]: "方位图",
 };
 export const DrawFormatDesc = "jpg、png等格式的文件";
-export const OtherFormatDesc = "pdf、word、jpg、png、 raw、dcm等格式的文件";
+export const OtherFormatDesc = "pdf、word、jpg、jpeg、png、 raw、dcm等格式的文件";
 export const photoFormatDesc = "jpg、jpeg、png等格式的文件";
 
 export const maxFileSize = 100 * 1024 * 1024;