yz3456
2024-05-10 fa3615d2dcad3eb020a7ac59581546a6560e37ae
解决了其他附件封面问题
19个文件已修改
296 ■■■■ 已修改文件
ruoyi-ui/src/views/bignote/familyeventInfo.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/bignote/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/collection/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/device/index.vue 44 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/device/memo.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/doctor/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/economy/index.vue 36 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/healthy/Examination.vue 38 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/healthy/index.vue 40 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/honor/index.vue 42 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/note/memo.vue 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/note/propertyInfo.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/secret/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/secret/memo.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/self/show.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/selfeconomy/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/selfeconomy/memo.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/travel/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/wish/index.vue 50 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/bignote/familyeventInfo.vue
@@ -150,7 +150,7 @@
          ></video>
          <img v-else
               class="el-upload-list__item-thumbnail"
               :src="file.url"
               src="../../assets/images/deviceLis.png"
               alt=""
               style="width: 100%; height: 100%"
               fit="cover">
ruoyi-ui/src/views/bignote/index.vue
@@ -322,7 +322,7 @@
          ></video>
          <img v-else
               class="el-upload-list__item-thumbnail"
               :src="file.url"
               src="../../assets/images/deviceLis.png"
               alt=""
               style="width: 100%; height: 100%"
               fit="cover"></img>
ruoyi-ui/src/views/collection/index.vue
@@ -403,7 +403,7 @@
          ></video>
          <img v-else
               class="el-upload-list__item-thumbnail"
               :src="file.url"
               src="../../assets/images/deviceLis.png"
               alt=""
               style="width: 100%; height: 100%"
               fit="cover"></img>
ruoyi-ui/src/views/device/index.vue
@@ -302,13 +302,13 @@
          </div>
        </el-upload>
        <el-button
                 style="margin-left: 10px"
                 size="small"
                 type="success"
                 @click="picUpload"
               >上传到服务器</el-button>
        <h4 class="form-header">其他附件 </h4>
@@ -319,8 +319,8 @@
          multiple
          :on-remove="handleRemoveFile"
          ref="upload1"
          :on-change="handleChange1"
          :auto-upload="false"
@@ -328,7 +328,7 @@
            :http-request="requestUpload1"
            :show-file-list="true"
        >
   <i slot="default" class="el-icon-plus"></i>
           <div slot="file" slot-scope="{file}">
             <!-- 添加video元素用于显示视频 -->
@@ -341,11 +341,11 @@
             ></video>
             <img v-else
                  class="el-upload-list__item-thumbnail"
                  :src="file.url"
                  src="../../assets/images/deviceLis.png"
                  alt=""
                  style="width: 100%; height: 100%"
                  fit="cover"></img>
             <span class="el-upload-list__item-actions">
                  <span class="el-upload-list__item-name">{{ file.name }}</span>
                       <span
@@ -354,16 +354,16 @@
                       >
                         <i class="el-icon-zoom-in"></i>
                       </span>A
                       <span
                         class="el-upload-list__item-delete"
                         @click="handleRemoveFile(file)"
                       >
                         <i class="el-icon-delete"></i>
                       </span>
                 </span>
           </div>
          <template #tip>
            <div class="el-upload__tip">
@@ -438,7 +438,7 @@
      // 数据范围选项
    fot:['.bmp','.jpg','.jpeg','.png','.tif','.gif','.pcx','.tga','.exif','.fpx',
      '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng'],
      fileList:[
      ],
        fileList1:[],
@@ -682,7 +682,7 @@
           this.$delete(this.fileList,i);
                  this.$delete(this.uploadFileList,i);
                  }
      }
    },
    handleRemoveFile(file) {
@@ -690,10 +690,10 @@
      {
        if(this.fileListOther[i].url==file.url)
       {
         this.$delete(this.fileListOther,i);
         this.$delete(this.uploadFileList1,i);
         }
      }
    },
@@ -735,7 +735,7 @@
    },
    handleChange(file, fileList1) {
       //定义一个全局数组uploadFileList来做存储
     // this.uploadFileList.push(file.raw);
      console.log("=========5555=========")
      console.log(file)
@@ -758,7 +758,7 @@
      },
      fileUpload(){
      //    var file = params.file;
          var formData = new FormData();
          this.$refs.upload1.submit();
          // formData.append('uploadFile', file);
@@ -768,18 +768,18 @@
          }
          this.uploadFileList1.forEach((elem)=>{
              formData.append("files", elem)
          })
          let _this = this
          this.uploading = true;
          uploadPic(formData).then(response => {
          _this.uploadFileList1 = []
          _this.formDat.url = _this.formDat.url+","+response.fileNames
          _this.$modal.msgSuccess("文件上传成功!");
            })
      },
      picUpload()
      {
@@ -794,7 +794,7 @@
      //console.log(this.uploadFileList)
          this.uploadFileList.forEach((elem)=>{
              formData.append("files", elem)
          })
          //alert(90)
          let _this = this
@@ -804,7 +804,7 @@
            _this.formDat.url = _this.formDat.url+","+response.fileNames
            _this.uploadFileList = []
            _this.$modal.msgSuccess("图片上传成功");
        });
      },
      requestUpload(params) {
ruoyi-ui/src/views/device/memo.vue
@@ -141,7 +141,7 @@
            ></video>
            <img v-else
                 class="el-upload-list__item-thumbnail"
                 :src="file.url"
                 src="../../assets/images/deviceLis.png"
                 alt=""
                 style="width: 100%; height: 100%"
                 fit="cover">
@@ -283,7 +283,7 @@
              ></video>
              <img v-else
                   class="el-upload-list__item-thumbnail"
                   :src="file.url"
                   src="../../assets/images/deviceLis.png"
                   alt=""
                   style="width: 100%; height: 100%"
                   fit="cover">
ruoyi-ui/src/views/doctor/index.vue
@@ -353,7 +353,7 @@
          ></video>
          <img v-else
               class="el-upload-list__item-thumbnail"
               :src="file.url"
               src="../../assets/images/deviceLis.png"
               alt=""
               style="width: 100%; height: 100%"
               fit="cover"></img>
ruoyi-ui/src/views/economy/index.vue
@@ -278,7 +278,7 @@
                 style="margin-left: 10px"
                 size="small"
                 type="success"
                 @click="picUpload"
               >上传到服务器</el-button>
        <h4 class="form-header">其他附件 </h4>
@@ -290,14 +290,14 @@
          :on-remove="handleRemoveFile"
          :show-file-list="true"
          ref="upload1"
          :on-change="handleChange1"
          :auto-upload="false"
          list-type="picture-card"
            :http-request="requestUpload1"
        >
        <i slot="default" class="el-icon-plus"></i>
                <div slot="file" slot-scope="{file}">
                  <!-- 添加video元素用于显示视频 -->
@@ -310,11 +310,11 @@
                  ></video>
                  <img v-else
                       class="el-upload-list__item-thumbnail"
                       :src="file.url"
                       src="../../assets/images/deviceLis.png"
                       alt=""
                       style="width: 100%; height: 100%"
                       fit="cover"></img>
                  <span class="el-upload-list__item-actions">
                       <span class="el-upload-list__item-name">{{ file.name }}</span>
                            <span
@@ -323,19 +323,19 @@
                            >
                              <i class="el-icon-zoom-in"></i>
                            </span>A
                            <span
                              class="el-upload-list__item-delete"
                              @click="handleRemoveFile(file)"
                            >
                              <i class="el-icon-delete"></i>
                            </span>
                      </span>
                </div>
        </el-upload>
     <el-button
                  style="margin-left: 10px"
@@ -582,10 +582,10 @@
      {
        if(this.fileListOther[i].url==file.url)
        {
          this.$delete(this.fileListOther,i);
          this.$delete(this.uploadFileList1,i);
          }
      }
    },
@@ -686,7 +686,7 @@
    /** 提交按钮(数据权限) */
    submitDataScope: function() {
      this.$refs["elForm"].validate(valid => {
        if (valid) {
@@ -711,7 +711,7 @@
    },
    handleChange(file, fileList1) {
       //定义一个全局数组uploadFileList来做存储
     // this.uploadFileList.push(file.raw);
      console.log("=========5555=========")
      console.log(file)
@@ -744,18 +744,18 @@
        }
        this.uploadFileList1.forEach((elem)=>{
            formData.append("files", elem)
        })
        let _this = this
        this.uploading = true;
        uploadPic(formData).then(response => {
        _this.uploadFileList1 = []
        _this.formDat.url = _this.formDat.url+","+response.fileNames
        _this.$modal.msgSuccess("文件上传成功!");
          })
    },
    picUpload()
    {
@@ -770,7 +770,7 @@
    //console.log(this.uploadFileList)
        this.uploadFileList.forEach((elem)=>{
            formData.append("files", elem)
        })
        //alert(90)
        let _this = this
ruoyi-ui/src/views/healthy/Examination.vue
@@ -190,7 +190,7 @@
          list-type="picture-card"
          multiple
          multiple
          :http-request="requestUpload"
          :file-list="fileList"
@@ -233,7 +233,7 @@
                 style="margin-left: 10px"
                 size="small"
                 type="success"
                 @click="picUpload"
               >上传到服务器</el-button>
        <h4 class="form-header">其他附件 </h4>
@@ -241,11 +241,11 @@
          action=""
          :file-list="fileListOther"
          class="upload-demo"
          :on-remove="handleRemoveFile"
          :show-file-list="true"
          multiple
              ref="upload1"
          :on-change="handleChange1"
@@ -265,11 +265,11 @@
                  ></video>
                  <img v-else
                       class="el-upload-list__item-thumbnail"
                       :src="file.url"
                       src="../../assets/images/deviceLis.png"
                       alt=""
                       style="width: 100%; height: 100%"
                       fit="cover"></img>
                  <span class="el-upload-list__item-actions">
                       <span class="el-upload-list__item-name">{{ file.name }}</span>
                            <span
@@ -278,19 +278,19 @@
                            >
                              <i class="el-icon-zoom-in"></i>
                            </span>
                            <span
                              class="el-upload-list__item-delete"
                              @click="handleRemoveFile(file)"
                            >
                              <i class="el-icon-delete"></i>
                            </span>
                      </span>
                </div>
              </el-upload>
             <el-button
                          style="margin-left: 10px"
@@ -363,7 +363,7 @@
      // 数据范围选项
      fot:['.bmp','.jpg','.jpeg','.png','.tif','.gif','.pcx','.tga','.exif','.fpx',
        '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng'],
      fileList:[
      ],
      fileList1:[],
@@ -476,9 +476,9 @@
    handleRemoveFile(file) {
      for (let i = 0; i < this.fileListOther.length; i++) {
        if(this.fileListOther[i].url==file.url)
        {
        {
          this.$delete(this.fileListOther,i);
          this.$delete(this.uploadFileList1,i);
          this.$delete(this.uploadFileList1,i);
          }
      }
    },
@@ -601,7 +601,7 @@
    },
    handleChange(file, fileList1) {
       //定义一个全局数组uploadFileList来做存储
     // this.uploadFileList.push(file.raw);
      console.log("=========5555=========")
      console.log(file)
@@ -634,18 +634,18 @@
        }
        this.uploadFileList1.forEach((elem)=>{
            formData.append("files", elem)
        })
        let _this = this
        this.uploading = true;
        uploadPic(formData).then(response => {
        _this.uploadFileList1 = []
        _this.formDat.url = _this.formDat.url+","+response.fileNames
        _this.$modal.msgSuccess("文件上传成功!");
          })
    },
    picUpload()
    {
@@ -660,7 +660,7 @@
    //console.log(this.uploadFileList)
        this.uploadFileList.forEach((elem)=>{
            formData.append("files", elem)
        })
        //alert(90)
        let _this = this
ruoyi-ui/src/views/healthy/index.vue
@@ -234,7 +234,7 @@
        <el-upload
          action="#"
          list-type="picture-card"
          multiple
          :http-request="requestUpload"
          :file-list="fileList"
@@ -277,7 +277,7 @@
                 style="margin-left: 10px"
                 size="small"
                 type="success"
                 @click="picUpload"
               >上传到服务器</el-button>
        <h4 class="form-header">其他附件 </h4>
@@ -297,7 +297,7 @@
        >
      <i slot="default" class="el-icon-plus"></i>
              <div slot="file" slot-scope="{file}">
                <!-- 添加video元素用于显示视频 -->
@@ -310,11 +310,11 @@
                ></video>
                <img v-else
                     class="el-upload-list__item-thumbnail"
                     :src="file.url"
                     src="../../assets/images/deviceLis.png"
                     alt=""
                     style="width: 100%; height: 100%"
                     fit="cover"></img>
                <span class="el-upload-list__item-actions">
                     <span class="el-upload-list__item-name">{{ file.name }}</span>
                          <span
@@ -323,19 +323,19 @@
                          >
                            <i class="el-icon-zoom-in"></i>
                          </span>
                          <span
                            class="el-upload-list__item-delete"
                            @click="handleRemoveFile(file)"
                          >
                            <i class="el-icon-delete"></i>
                          </span>
                    </span>
              </div>
            </el-upload>
           <el-button
                        style="margin-left: 10px"
@@ -544,9 +544,9 @@
    handleRemoveFile(file) {
      for (let i = 0; i < this.fileListOther.length; i++) {
        if(this.fileListOther[i].url==file.url)
        {
        {
          this.$delete(this.fileListOther,i);
          this.$delete(this.uploadFileList1,i);
          this.$delete(this.uploadFileList1,i);
          }
      }
    },
@@ -669,7 +669,7 @@
    },
    handleChange(file, fileList1) {
           //定义一个全局数组uploadFileList来做存储
         // this.uploadFileList.push(file.raw);
          console.log("=========5555=========")
          console.log(file)
@@ -692,7 +692,7 @@
        },
        fileUpload(){
        //    var file = params.file;
            var formData = new FormData();
            this.$refs.upload1.submit();
            // formData.append('uploadFile', file);
@@ -702,18 +702,18 @@
            }
            this.uploadFileList1.forEach((elem)=>{
                formData.append("files", elem)
            })
            let _this = this
            this.uploading = true;
            uploadPic(formData).then(response => {
            _this.uploadFileList1 = []
            _this.formDat.url = _this.formDat.url+","+response.fileNames
            _this.$modal.msgSuccess("文件上传成功!");
              })
        },
        picUpload()
        {
@@ -728,7 +728,7 @@
        //console.log(this.uploadFileList)
            this.uploadFileList.forEach((elem)=>{
                formData.append("files", elem)
            })
            //alert(90)
            let _this = this
@@ -738,7 +738,7 @@
              _this.formDat.url = _this.formDat.url+","+response.fileNames
              _this.uploadFileList = []
              _this.$modal.msgSuccess("图片上传成功");
          });
        },
        requestUpload(params) {
ruoyi-ui/src/views/honor/index.vue
@@ -263,8 +263,8 @@
          :on-change="handleChange"
          :auto-upload="false"
              ref="upload"
        >
         <i  slot="default" class="el-icon-plus"></i>
          <div slot="file" slot-scope="{ file }">
@@ -302,7 +302,7 @@
                 style="margin-left: 10px"
                 size="small"
                 type="success"
                 @click="picUpload"
               >上传到服务器</el-button>
        <h4 class="form-header">其他附件 </h4>
@@ -313,8 +313,8 @@
          multiple
          :on-remove="handleRemoveFile"
          ref="upload1"
          :on-change="handleChange1"
          :auto-upload="false"
@@ -334,11 +334,11 @@
            ></video>
            <img v-else
                 class="el-upload-list__item-thumbnail"
                 :src="file.url"
                 src="../../assets/images/deviceLis.png"
                 alt=""
                 style="width: 100%; height: 100%"
                 fit="cover"></img>
            <span class="el-upload-list__item-actions">
                 <span class="el-upload-list__item-name">{{ file.name }}</span>
                      <span
@@ -347,18 +347,18 @@
                      >
                        <i class="el-icon-zoom-in"></i>
                      </span>
                      <span
                        class="el-upload-list__item-delete"
                        @click="handleRemoveFile(file)"
                      >
                        <i class="el-icon-delete"></i>
                      </span>
                </span>
          </div>
        </el-upload>
     <el-button
                  style="margin-left: 10px"
@@ -652,9 +652,9 @@
      for(let i = 0; i < this.fileListOther.length; i++)
      {
      if(this.fileListOther[i].url==file.url)
      {
      {
        this.$delete(this.fileListOther,i);
        this.$delete(this.uploadFileList1,i);
        this.$delete(this.uploadFileList1,i);
        }
      }
    },
@@ -787,7 +787,7 @@
    },
   handleChange(file, fileList1) {
          //定义一个全局数组uploadFileList来做存储
        // this.uploadFileList.push(file.raw);
         console.log("=========5555=========")
         console.log(file)
@@ -810,7 +810,7 @@
       },
       fileUpload(){
       //    var file = params.file;
           var formData = new FormData();
           this.$refs.upload1.submit();
           // formData.append('uploadFile', file);
@@ -820,18 +820,18 @@
           }
           this.uploadFileList1.forEach((elem)=>{
               formData.append("files", elem)
           })
           let _this = this
           this.uploading = true;
           uploadPic(formData).then(response => {
           _this.uploadFileList1 = []
           _this.formDat.url = _this.formDat.url+","+response.fileNames
           _this.$modal.msgSuccess("文件上传成功!");
             })
       },
       picUpload()
       {
@@ -846,7 +846,7 @@
       //console.log(this.uploadFileList)
           this.uploadFileList.forEach((elem)=>{
               formData.append("files", elem)
           })
           //alert(90)
           let _this = this
@@ -856,7 +856,7 @@
             _this.formDat.url = _this.formDat.url+","+response.fileNames
             _this.uploadFileList = []
             _this.$modal.msgSuccess("图片上传成功");
         });
       },
       requestUpload(params) {
ruoyi-ui/src/views/note/memo.vue
@@ -178,12 +178,12 @@
        </el-upload>
<el-button
                  style="margin-left: 10px;"
                  size="small"
                  type="success"
                  @click="fileUpload"
                >上传到服务器</el-button>
        <el-button
          style="margin-left: 10px;"
          size="small"
          type="success"
          @click="fileUpload"
        >上传到服务器</el-button>
        </el-form>
      </el-col>
@@ -288,7 +288,7 @@
              ></video>
              <img v-else
                   class="el-upload-list__item-thumbnail"
                   :src="file.url"
                   src="../../assets/images/deviceLis.png"
                   alt=""
                   style="width: 100%; height: 100%"
                   fit="cover">
@@ -507,6 +507,8 @@
        _this.formDat.url = _this.formDat.url+","+response.fileNames
        _this.$modal.msgSuccess("文件上传成功!");
          })
            // const cid = this.$route.params && this.$route.params.id;
            // this.getList(2007,cid);
    },
    // 查看文件
ruoyi-ui/src/views/note/propertyInfo.vue
@@ -147,7 +147,7 @@
          ></video>
          <img v-else
               class="el-upload-list__item-thumbnail"
            :src="file.url"
            src="../../assets/images/deviceLis.png"
               alt=""
               style="width: 147px; height: 147px"
        >
ruoyi-ui/src/views/secret/index.vue
@@ -351,7 +351,7 @@
                    ></video>
                    <img v-else
                         class="el-upload-list__item-thumbnail"
                         :src="file.url"
                         src="../../assets/images/deviceLis.png"
                         alt=""
                         style="width: 100%; height: 100%"
                         fit="cover"></img>
ruoyi-ui/src/views/secret/memo.vue
@@ -141,7 +141,7 @@
            ></video>
            <img v-else
                 class="el-upload-list__item-thumbnail"
                 :src="file.url"
                 src="../../assets/images/deviceLis.png"
                 alt=""
                 style="width: 100%; height: 100%"
                 fit="cover">
@@ -283,7 +283,7 @@
              ></video>
              <img v-else
                   class="el-upload-list__item-thumbnail"
                   :src="file.url"
                   src="../../assets/images/deviceLis.png"
                   alt=""
                   style="width: 100%; height: 100%"
                   fit="cover">
ruoyi-ui/src/views/self/show.vue
@@ -364,7 +364,7 @@
            ></video>
            <img v-else
                 class="el-upload-list__item-thumbnail"
                 :src="file.url"
                 src="../../assets/images/deviceLis.png"
                 alt=""
                 style="width: 100%; height: 100%"
                 fit="cover"></img>
ruoyi-ui/src/views/selfeconomy/index.vue
@@ -367,7 +367,7 @@
                   ></video>
                   <img v-else
                        class="el-upload-list__item-thumbnail"
                        :src="file.url"
                        src="../../assets/images/deviceLis.png"
                        alt=""
                        style="width: 100%; height: 100%"
                        fit="cover"></img>
ruoyi-ui/src/views/selfeconomy/memo.vue
@@ -141,7 +141,7 @@
            ></video>
            <img v-else
                 class="el-upload-list__item-thumbnail"
                 :src="file.url"
                 src="../../assets/images/deviceLis.png"
                 alt=""
                 style="width: 100%; height: 100%"
                 fit="cover">
@@ -283,7 +283,7 @@
              ></video>
              <img v-else
                   class="el-upload-list__item-thumbnail"
                   :src="file.url"
                   src="../../assets/images/deviceLis.png"
                   alt=""
                   style="width: 100%; height: 100%"
                   fit="cover">
ruoyi-ui/src/views/travel/index.vue
@@ -445,7 +445,7 @@
               ></video>
               <img v-else
                    class="el-upload-list__item-thumbnail"
                    :src="file.url"
                    src="../../assets/images/deviceLis.png"
                    alt=""
                    style="width: 100%; height: 100%"
                    fit="cover"></img>
ruoyi-ui/src/views/wish/index.vue
@@ -293,7 +293,7 @@
          multiple
          :http-request="requestUpload"
          :file-list="fileList"
          :on-change="handleChange"
          :auto-upload="false"
              ref="upload"
@@ -334,7 +334,7 @@
                 style="margin-left: 10px"
                 size="small"
                 type="success"
                 @click="picUpload"
               >上传到服务器</el-button>
        <h4 class="form-header">其他附件 </h4>
@@ -346,15 +346,15 @@
          :on-remove="handleRemoveFile"
          :show-file-list="true"
          ref="upload1"
          :on-change="handleChange1"
          :auto-upload="false"
          list-type="picture-card"
            :http-request="requestUpload1"
        >
          <div v-if="uploading1" class="upload-status">正在上传...</div>
     <i slot="default" class="el-icon-plus"></i>
             <div slot="file" slot-scope="{file}">
@@ -368,11 +368,11 @@
               ></video>
               <img v-else
                    class="el-upload-list__item-thumbnail"
                    :src="file.url"
                    src="../../assets/images/deviceLis.png"
                    alt=""
                    style="width: 100%; height: 100%"
                    fit="cover"></img>
               <span class="el-upload-list__item-actions">
                    <span class="el-upload-list__item-name">{{ file.name }}</span>
                         <span
@@ -381,21 +381,21 @@
                         >
                           <i class="el-icon-zoom-in"></i>
                         </span>
                         <span
                           class="el-upload-list__item-delete"
                           @click="handleRemoveFile(file)"
                         >
                           <i class="el-icon-delete"></i>
                         </span>
                   </span>
             </div>
           </el-upload>
     <el-button
                  style="margin-left: 10px"
                  size="small"
@@ -469,7 +469,7 @@
      // 数据范围选项
      fot:['.bmp','.jpg','.jpeg','.png','.tif','.gif','.pcx','.tga','.exif','.fpx',
        '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng'],
      fileList:[],
      fileList1:[],
      uploadFileList: [],
@@ -665,9 +665,9 @@
      for(let i = 0; i < this.fileListOther.length; i++)
      {
        if(this.fileListOther[i].url==file.url)
        {
        {
          this.$delete(this.fileListOther,i);
          this.$delete(this.uploadFileList1,i);
          this.$delete(this.uploadFileList1,i);
          }
      }
    },
@@ -793,10 +793,10 @@
        }
      });
    },
     handleChange(file, fileList1) {
        //定义一个全局数组uploadFileList来做存储
      // this.uploadFileList.push(file.raw);
       console.log("=========5555=========")
       console.log(file)
@@ -819,7 +819,7 @@
     },
     fileUpload(){
     //    var file = params.file;
         var formData = new FormData();
         this.$refs.upload1.submit();
         // formData.append('uploadFile', file);
@@ -829,18 +829,18 @@
         }
         this.uploadFileList1.forEach((elem)=>{
             formData.append("files", elem)
         })
         let _this = this
         this.uploading = true;
         uploadPic(formData).then(response => {
         _this.uploadFileList1 = []
         _this.formDat.url = _this.formDat.url+","+response.fileNames
         _this.$modal.msgSuccess("文件上传成功!");
           })
     },
     picUpload()
     {
@@ -855,7 +855,7 @@
     //console.log(this.uploadFileList)
         this.uploadFileList.forEach((elem)=>{
             formData.append("files", elem)
         })
         //alert(90)
         let _this = this
@@ -865,7 +865,7 @@
           _this.formDat.url = _this.formDat.url+","+response.fileNames
           _this.uploadFileList = []
           _this.$modal.msgSuccess("图片上传成功");
       });
     },
     requestUpload(params) {