Browse Source

模型质量报告

yangjunjing 5 years ago
parent
commit
b60502585d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/model/report/supplement.vue

+ 2 - 2
src/views/model/report/supplement.vue

@@ -37,9 +37,9 @@
               <p v-if="item.LedgerParam.PhotoDoc.Pic">{{photo.name}}<span>拍摄时间:{{photo.createTime | timeTransformation}}</span></p>
               <div class="img-box" v-if="item.LedgerParam.PhotoDoc.Pic">
                 <img :src="`/image-service/common/image_get?systemId=dataPlatform&key=${photo.key}`" alt="设备图片" v-if="photo.type !=='video'">
-                <video :src="'/image-service/common/image_get?systemId=dataPlatform&key='+photo.key" controls
+                <!-- <video :src="'/image-service/common/image_get?systemId=dataPlatform&key='+photo.key" controls
                   :poster="'/image-service/common/image_get?systemId=dataPlatform&key='+ photo.key" v-if="photo.type === 'video'" width="400px"
-                  height="300px"></video>
+                  height="300px"></video> -->
               </div>
             </div>
           </div>