소스 검색

feat(notice): notice template

Lind 4 년 전
부모
커밋
559c844c96
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 0
      src/components/Upload/FMUpload.tsx
  2. 1 1
      src/pages/notice/Template/index.tsx

+ 4 - 0
src/components/Upload/FMUpload.tsx

@@ -0,0 +1,4 @@
+const FMUpload = () => {
+  return <div>上传多个文件</div>;
+};
+export default FMUpload;

+ 1 - 1
src/pages/notice/Template/index.tsx

@@ -324,7 +324,7 @@ const Template = () => {
                 'x-component': 'FUpload',
                 'x-decorator': 'FormItem',
                 'x-component-props': {
-                  type: 'file',
+                  type: 'multi',
                 },
               },
               emailEditor: {