Browse Source

Merge branch 'dev-jichu' of http://git.elinkit.com.cn:7070/r/epmet-oper-gov into dev-jichu

shibei_master
jiangyy 4 years ago
parent
commit
d34af62ff0
  1. 3
      src/views/modules/communityParty/elegant/index.vue

3
src/views/modules/communityParty/elegant/index.vue

@ -159,10 +159,11 @@
<i class="el-icon-delete" @click="handleDelimg(item, index)"></i> <i class="el-icon-delete" @click="handleDelimg(item, index)"></i>
</div> </div>
<el-upload class="avatar-uploader" <el-upload class="avatar-uploader"
v-if="form.imageList.length < 3 && !disabled" v-if="form.imageList.length < 3"
:action="uploadUlr" :action="uploadUlr"
:data="{customerId:customerId}" :data="{customerId:customerId}"
:show-file-list="false" :show-file-list="false"
:disabled="disabled"
:on-progress="handleProgress" :on-progress="handleProgress"
:on-success="handleImgSuccess" :on-success="handleImgSuccess"
:before-upload="beforeImgUpload"> :before-upload="beforeImgUpload">

Loading…
Cancel
Save