|
@@ -570,6 +570,11 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
viewRow(row) {
|
|
viewRow(row) {
|
|
|
|
+ if (!row.videoAddress) {
|
|
|
|
+ this.$message.warning("本场景无仿真视频");
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
|
|
+
|
|
this.dialogVisible = true;
|
|
this.dialogVisible = true;
|
|
this.videoDiaTitle = row.naturalName;
|
|
this.videoDiaTitle = row.naturalName;
|
|
|
|
|