feige
2024-02-20 53d76ae60199fe1bdf5e1e5c9bafda755afb66bf
ruoyi-ui/src/views/clean/cleanInfo.vue
@@ -72,7 +72,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]"
          >
@@ -134,7 +134,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">
@@ -173,7 +173,7 @@
    </el-form>
    <el-dialog  :visible.sync="dialogVisible">
      <img w-full :src="dialogImageUrl" style="width: 700px; height: 700px" alt="Preview Image" />
      <img w-full :src="dialogImageUrl" style="width: 100%; height: 100%" alt="Preview Image" />
    </el-dialog>
  </div>
</template>
@@ -192,7 +192,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:[
@@ -275,11 +278,11 @@
      this.btn= jd
      this.dsb = !jd
      this.isShow=true
      document.title = "修改保洁收纳详细信息";
  //    document.title = "修改保洁收纳详细信息";
      this.$route.meta.title = "修改保洁收纳详细信息";//列表的名称
    }
    else{
      document.title = "保洁收纳详细信息";
     // document.title = "保洁收纳详细信息";
      this.$route.meta.title = "保洁收纳详细信息";//列表的名称
      this.btn = false;
      this.isShow=false;
@@ -454,6 +457,7 @@
    {
      var file = params.file;
      var formData = new FormData();
    // console.log(file)
      formData.append('uploadFile', file);
      let _this = this
      this.uploading1 = true;
@@ -528,7 +532,7 @@
}
</script>
<style scoped lang="scss">
<style scoped>
.mt
{
  position: relative;
@@ -543,7 +547,7 @@
  display: block;
  position: absolute;
}
.hide .el-upload--picture-card {
.hide /deep/ .el-upload--picture-card {
  display: none;
}
.form{