Sfoglia il codice sorgente

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-pc

gjy 2 anni fa
parent
commit
6ed7f7ac62
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      src/views/profitable/payment.vue

+ 3 - 2
src/views/profitable/payment.vue

@@ -60,7 +60,8 @@
                :preview-src-list="srcList"></el-image></span>
               -->
               <ws-upload ref="upload" accept=".jpg, .jpeg, .png, .pdf, .doc, .docx, .xls, .xlsx" :comp-id="compId" :appendix-ids="deptBudgetList.addressUrl" :size-limit="size"
-        @onChange="onChange" 
+              :limit="99"
+              @onChange="onChange" 
        />
           </div>
         </el-form-item>
@@ -105,7 +106,7 @@
           name: '玉米',
           count: 2000,
         }],
-        size:9,
+        size:99,
         compId:localStorage.getItem('ws-pf_compId'),
         rejectshow:false,
         deptBudgetList:{},