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