Explorar o código

图片列表显示全景图

zhangyu %!s(int64=4) %!d(string=hai) anos
pai
achega
3655e1ea91
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/ledger/facility/details/index.vue

+ 1 - 1
src/views/ledger/facility/details/index.vue

@@ -303,7 +303,7 @@ export default {
             case 'LedgerParam.PhotoDoc.Nameplate':
             case 'LedgerParam.PhotoDoc.Pic':
               if (this.instance.hasOwnProperty(i.Path)) {
-                i.PicList = this.instance[i.Path].filter(i => i.Type === 'image')
+                i.PicList = this.instance[i.Path].filter(i => i.Type === 'image' || i.Type === 'panorama')
                 video = video.concat(this.instance[i.Path].filter(i => i.Type === 'video'))
               }
               if (picObject[i.InfoPointName]) {