| | |
| | | /> |
| | | </div> |
| | | <div class="s-card-left-box" v-else> |
| | | <img :src="data.baseInfo[0] | httpImage" class="cursor-pointer" /> |
| | | <img :src="data.baseInfo[0].targetPicUrl | httpImage" class="cursor-pointer" /> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | |
| | | <!-- 没有底库,非比对,普通模式 一定有targetInfo,并且targetInfo个数为1--> |
| | | <div |
| | | v-else-if="data.targetInfo !== null && data.targetInfo[0].picSmUrl !== '' && data.targetInfo.length == 1" |
| | | v-else-if="data.targetInfo !== null && data.targetInfo[0].picSmUrl !== ''" |
| | | class="s-card-right-signal" |
| | | > |
| | | <div |
| | |
| | | type: String, |
| | | default: "search" |
| | | }, |
| | | fromCluster:{ |
| | | type:Boolean, |
| | | default:false |
| | | fromCluster: { |
| | | type: Boolean, |
| | | default: false |
| | | }, |
| | | searchT:{} |
| | | searchT: {} |
| | | }, |
| | | computed: { |
| | | isId() { |
| | |
| | | } |
| | | }, |
| | | httpImage(url) { |
| | | if (!url.length) { |
| | | return "" |
| | | } |
| | | return '/httpImage/' + url + ((url.indexOf("?") >= 0) ? '&' : '?') + 'width=160' |
| | | } |
| | | }, |
| | |
| | | } |
| | | let message |
| | | if (this.fromCluster) { |
| | | message = 'toCluster?showType=findByPic&targetId=' + captureId + '&picSmUrl=' + imgUrl + '&compType=' + compType + '×tamp=' + new Date().getTime() + '&start=' + this.searchT[0] + '&end=' + this.searchT[1]; |
| | | message = 'toCluster?showType=findByPic&targetId=' + captureId + '&picSmUrl=' + imgUrl + '&compType=' + compType + '×tamp=' + new Date().getTime() + '&start=' + this.searchT[0] + '&end=' + this.searchT[1]; |
| | | } else { |
| | | message = 'toSearch?showType=findByPic&targetId=' + captureId + '&picSmUrl=' + imgUrl + '&compType=' + compType + '×tamp=' + new Date().getTime() + '&start=' + this.searchT[0] + '&end=' + this.searchT[1]; |
| | | message = 'toSearch?showType=findByPic&targetId=' + captureId + '&picSmUrl=' + imgUrl + '&compType=' + compType + '×tamp=' + new Date().getTime() + '&start=' + this.searchT[0] + '&end=' + this.searchT[1]; |
| | | } |
| | | window.parent.postMessage({ |
| | | msg: message |
| | |
| | | font-family: PingFangSC-Medium; |
| | | } |
| | | .color222 { |
| | | font-size: 0.75rem; |
| | | font-size: 12px; |
| | | font-weight: 600; |
| | | line-height: 1rem; |
| | | line-height: 14px; |
| | | color: #222222; |
| | | } |
| | | .color666 { |
| | | color: #666666; |
| | | font-size: 0.75rem; |
| | | line-height: 1.25rem; |
| | | font-size: 12px; |
| | | line-height: 16px; |
| | | } |
| | | .box-card { |
| | | cursor: default; |