浏览代码

修改附件上传功能

yin_yu820 1 年之前
父节点
当前提交
53b2736f88

+ 1 - 0
src/views/activityMan/nonReligiousInformation/nonReligiousInformationInfo.vue

@@ -93,6 +93,7 @@
                 v-show="fileList.length != 0"
                 v-model="fileList"
                 :max-count="fileList.length"
+                :deletable="false"
                 capture="camera"
                 accept=""
                 @click-preview="downHandle"

+ 1 - 0
src/views/activityMan/securityFacilitiesErr/securityFacilitiesErrInfo.vue

@@ -78,6 +78,7 @@
                 v-show="fileList.length != 0"
                 v-model="fileList"
                 :max-count="fileList.length"
+                :deletable="false"
                 capture="camera"
                 accept=""
                 @click-preview="downHandle"

+ 1 - 0
src/views/activityMan/siteInspection/siteInspectionInfo.vue

@@ -68,6 +68,7 @@
               v-show="fileList.length != 0"
               v-model="fileList"
               :max-count="fileList.length"
+              :deletable="false"
               capture="camera"
               accept=""
               @click-preview="downHandle"