|
|
|
@ -26,8 +26,17 @@ export class GetOutOfLineDetailsComponent implements OnInit {
|
|
|
|
|
|
|
|
|
|
isImage = true//传过来的文件是否是图片
|
|
|
|
|
fileUrl |
|
|
|
|
|
|
|
|
|
isLicenseWarning = false |
|
|
|
|
ngOnInit(): void { |
|
|
|
|
console.log(this.data) |
|
|
|
|
|
|
|
|
|
if (this.data.violation.eventSystemName == '证照预警') { |
|
|
|
|
this.isLicenseWarning = true |
|
|
|
|
} else { |
|
|
|
|
this.isLicenseWarning = false |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.details = this.data.content1 |
|
|
|
|
this.vedioUrl = this.data.violateVideo |
|
|
|
|
this.content = this.data.handleRecord |
|
|
|
|