Kaynağa Gözat

Merge branch 'master' of http://123.57.226.179:8080/yin_yu820/HS_MZAP

guoqing 1 yıl önce
ebeveyn
işleme
91c2bec910

+ 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"