feige
2023-12-07 ad5eea58d5ac15dd08ff51658d717984d098f81e
ruoyi-ui/src/views/honor/honorInfo.vue
@@ -104,7 +104,7 @@
              class="el-upload-list__item-thumbnail"
              :src="file.url"
              alt=""
              style="width: 100%; height: 100%; object-fit: cover;"
              style="width: 147px; height: 147px; object-fit: cover;"
              fit="cover"
              :preview-src-list="[file.url]"
            >
@@ -163,7 +163,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">
@@ -201,7 +201,7 @@
      </el-form>
    </div>
    <el-dialog  :visible.sync="dialogVisible">
      <img w-full :src="dialogImageUrl" alt="Preview Image" />
      <img w-full :src="dialogImageUrl" style="width: 100%; height: 100%" alt="Preview Image" />
    </el-dialog>
  </div>
</template>
@@ -222,7 +222,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,
@@ -328,11 +331,11 @@
      this.isShow=true
      this.showInput=true
      this.isEditing=true
      document.title = "修改荣誉证书详细信息";
   //   document.title = "修改荣誉证书详细信息";
      this.$route.meta.title = "修改荣誉证书详细信息";//列表的名称
    }
    else{
      document.title = "查看荣誉证书详细信息";
    //  document.title = "查看荣誉证书详细信息";
      this.$route.meta.title = "查看荣誉证书详细信息";//列表的名称
      this.isShow=false
      this.btn = false;
@@ -655,7 +658,7 @@
  display: block;
  position: absolute;
}
.hide .el-upload--picture-card {
.hide /deep/ .el-upload--picture-card {
  display: none;
}
.form{