16fa9011 by renchao@pashanhoo.com

1

1 parent 03f046d4
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-28 15:01:59
* @LastEditTime: 2023-07-28 15:07:29
-->
<template>
<div class="rlPopup">
......@@ -26,7 +26,7 @@
<el-upload class="fileUpdate" ref="upload" action="" :show-file-list="false" :multiple="true" :auto-upload="false"
:on-change="handleChange"
accept=".JPG, .PNG, .JPEG,.jpg, .png, .jpeg" :before-upload="beforeUpload">
<el-button icon="el-icon-upload" type="primary" v-if="ableOperation">上传1</el-button>
<el-button icon="el-icon-upload" type="primary" v-if="ableOperation">上传</el-button>
</el-upload>
<el-button type="primary" icon="el-icon-delete-solid" @click="handleDelete"
v-if="thumbnailImages.length>0 && ableOperation">删除</el-button>
......