浏览代码

不显示图片问题

wang_xy 1 年之前
父节点
当前提交
7ff2ba57ec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/ConstructionDetails/index.vue

+ 1 - 1
src/components/ConstructionDetails/index.vue

@@ -331,7 +331,7 @@
                 </el-input> -->
             </div>
             <!-- <el-form-item label="照片" prop="zEngiineeringPhotoBoList" class="obsImage"> -->
-              <div style="display: flex;width: 100%;height: 100%;" v-if="!(currentDicts.some(item=>item.label==='底腿'))&&!(node==='下沟')&&!(node=='回填')&&!(node=='trench_construction')&&!(node=='underditch_construction')&&!(engineType=='pe')&&!(engineType=='iron_air')&&!(node=='调压柜安装')&&(enginClassification != null && !enginClassification.includes('调压柜'))">
+              <div style="display: flex;width: 100%;height: 100%;">
                 <h3 style="width: 95px;font-weight: 600;text-align: left;text-indent: 25px;">图片</h3>
                 <ObsImageUpload
                   :class=" status == 'read-only' ? 'obsImageUploads' : '' "