Parcourir la source

Merge branch 'master' of http://47.100.37.243:10191/wutt/manHourHousekeeper into master

seyason il y a 2 ans
Parent
commit
bdd0deab25

+ 2 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

@@ -598,7 +598,8 @@
                                         :http-request="(file) => {return addImg(file, index)}"
                                         :on-preview="(file) => {return handlePictureCardPreview(file, index)}"
                                         :before-remove="(file, fileList) => {return delImg(file, fileList, index)}"
-                                        :file-list="domain.imgListUrl" :limit="9">
+                                        :file-list="domain.imgListUrl" :limit="9"
+                                        :disabled="workForm.domains[index].state>=2?false:true">
                                         <i class="el-icon-plus"></i>
                                     </el-upload>
                                 </div>