fangyuan
2022-12-26 5250b2274072355ba1dba0e047c4d180ea28b941
案件材料展示
1个文件已修改
24 ■■■■■ 已修改文件
src/views/common/Audit.vue 24 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/common/Audit.vue
@@ -217,7 +217,9 @@
          </el-col>
          <el-col :span="24">
            <el-form-item label="材料">
              <div class="metalL"></div>
              <div class="metalL">
                <el-image :src="reportData" style="height: 200px;width: 200px;"></el-image>
              </div>
            </el-form-item>
          </el-col>
          <el-col :span="24">
@@ -292,7 +294,9 @@
          </el-col>
          <el-col :span="24">
            <el-form-item label="材料">
              <div class="metalL"></div>
              <div class="metalL">
                <el-image :src="reportData" style="height: 200px;width: 200px;"></el-image>
              </div>
            </el-form-item>
          </el-col>
          <!-- <el-col :span="24">
@@ -341,6 +345,7 @@
      },
      auditInfo: {},
      picShow: "",
      reportData: "",
      optionsGroup: [
        {
          value: null,
@@ -479,6 +484,13 @@
            this.picShow = res
          })
        }
        if (res.reportMaterials === '' || res.reportMaterials === null) {
          this.reportData = './logo.jpg';
        } else {
          getImgUrl(res.reportMaterials).then(res => {
            this.reportData = res
          })
        }
        this.checkVisible = true
      })
    },
@@ -573,6 +585,14 @@
            this.picShow = res
          })
        }
        if (res.reportMaterials === '' || res.reportMaterials === null) {
          this.reportData = './logo.jpg';
        } else {
          getImgUrl(res.reportMaterials).then(res => {
            this.reportData = res
          })
        }
        this.infoAduitDialogVisible = true
      })
    },