| | |
| | | </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"> |
| | |
| | | </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"> |
| | |
| | | }, |
| | | auditInfo: {}, |
| | | picShow: "", |
| | | reportData: "", |
| | | optionsGroup: [ |
| | | { |
| | | value: null, |
| | |
| | | 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 |
| | | }) |
| | | }, |
| | |
| | | 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 |
| | | }) |
| | | }, |