丹麦A级艳片巜海滩裸尸案,韩国A级做爰片巜肉欲之夜,三A级做爰片免费观看春光乍泄,AAAAAA级特色特黄的毛片,免费A级毛片无码无遮挡,成人免费A片AAA毛片西瓜

element ui upload 圖片排序

行業(yè)動態(tài) 公司新聞 案例分享 技術百科

element ui upload 圖片排序

來源:奇站網(wǎng)絡 瀏覽量:370 發(fā)布日期: 2024-09-29

這里采用自定義縮略圖模版,定義排序按鈕。

頁面代碼

  1. <el-upload action="#" :file-list="imageList" list-type="picture-card">
  2. <i class="el-icon-plus avatar-uploader-icon"></i>
  3. <div slot="file" slot-scope="{file}" style="width: 100%;height: 100%;">
  4. <!-- <img class="el-upload-list__item-thumbnail" :src="file.url" alt=""> -->
  5. <el-image v-if="file.status !== 'uploading'" style="width: 100px; height: 100px" :src="file.url" fit="contain"></el-image>
  6. <label class="el-upload-list__item-status-label">
  7. <i class="el-icon-upload-success el-icon-check"></i>
  8. </label>
  9. <span class="el-upload-list__item-actions">
  10. <span class="el-upload-list__item-delete" @click="handleMove(file)">
  11. <i class="el-icon-back"></i>
  12. </span>
  13. <span class="el-upload-list__item-delete" @click="handleRemove(file)">
  14. <i class="el-icon-delete"></i>
  15. </span>
  16. </span>
  17. <el-progress v-if="file.status === 'uploading'" type="circle" stroke-width="6"
  18. :percentage="parseInt(file.percentage, 10)">
  19. </el-progress>
  20. </div>
  21. </el-upload>

JS

點擊按鈕圖片向前移動一格

  1. handleMove(file) {
  2. let idx;
  3. this.images.forEach((image, index) => {
  4. if (image.url == file.url) {
  5. idx = index;
  6. }
  7. })
  8. console.log(idx)
  9. if (idx > 0) {
  10. let tmp = this.imageList[idx - 1];
  11. Vue.set(this.imageList, idx - 1, this.imageList[idx])
  12. Vue.set(this.imageList, idx, tmp)
  13. }
  14. },

按圖片順序保存序號即可。

標簽:

廈門奇站網(wǎng)絡科技有限公司

電話:13313868605

QQ:3413772931

地址:廈門集美區(qū)軟件園三期

網(wǎng)站地圖


                    掃一掃加我咨詢

府谷县| 灌阳县| 阳城县| 资溪县| 大同县| 宁津县| 区。| 普兰店市| 龙海市| 合作市| 沈阳市| 涡阳县| 太康县| 密云县| 山东省| 习水县| 孙吴县| 休宁县| 平和县| 涿鹿县| 武胜县| 延边| 通道| 长武县| 岳西县| 昌吉市| 寻甸| 华池县| 洛扎县| 井研县| 德兴市| 台山市| 新余市| 乌鲁木齐市| 河津市| 兴仁县| 乌拉特前旗| 石河子市| 东兴市| 淳化县| 泽州县|