feige
2024-02-22 a4d8869bff7df9a2b888530df9efef46b8d6eaf4
ruoyi-ui/src/views/wish/wishInfo.vue
@@ -155,7 +155,7 @@
                 class="el-upload-list__item-thumbnail"
                 src="../../assets/401_images/401.gif"
                 alt=""
                 style="width: 100%; height: 100%"
                 style="width: 147px; height: 147px"
                 fit="cover">
            <span class="el-upload-list__item-actions">
@@ -215,7 +215,10 @@
    return {
      cdi:"百年心愿详细信息",
      udi:"百年心愿信息详情",
      fot:[".jpg",".jif"],
     // 数据范围选项
     fot:['.bmp','.jpg','.jpeg','.png','.tif','.gif','.pcx','.tga','.exif','.fpx',
       '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng'],
      fileList:[],
      fileListOther:[],
      dsb:true,
@@ -301,11 +304,11 @@
      jd =  this.$route.query.detail
      this.btn= jd
      this.dsb = !jd
      document.title = "修改百年心愿详细信息";
     // document.title = "修改百年心愿详细信息";
      this.$route.meta.title = "修改百年心愿详细信息";//列表的名称
    }
    else{
      document.title = "百年心愿详细信息";
     // document.title = "百年心愿详细信息";
      this.$route.meta.title = "百年心愿详细信息";//列表的名称
      this.isShow=false
      this.btn = false;
@@ -551,7 +554,7 @@
  display: block;
  position: absolute;
}
.hide .el-upload--picture-card {
.hide /deep/ .el-upload--picture-card {
  display: none;
}
.form{