소스 검색

no message

linwenxin 5 달 전
부모
커밋
6e40913bba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/setting/workContactLetter/workContactLetterPage/index.vue

+ 1 - 1
src/views/setting/workContactLetter/workContactLetterPage/index.vue

@@ -713,7 +713,7 @@ export default {
           render: (h, { props, onInput }) => {
             return (
               <div>
-                <ImageUpload fileList={this.formData.fileUrl} limit={1} isEdit={this.openType == 0} />
+                <ImageUpload fileList={this.formData.fileUrl} limit={100} isEdit={this.openType == 0} />
               </div>
             )
           }