|
|
@@ -342,15 +342,16 @@ export default {
|
|
|
openCrossingMultiView() {
|
|
|
this.$refs.layout.openDialog({
|
|
|
id: 'crossing-multi-view',
|
|
|
- title: '路口监控 (' + this.crossingSelections.length + '/' + this.maxCrossingSlots + ')',
|
|
|
+ title: '',
|
|
|
component: 'CrossingMultiView',
|
|
|
width: 1400,
|
|
|
height: 700,
|
|
|
center: false,
|
|
|
position: { x: 500, y: 150 },
|
|
|
- showClose: true,
|
|
|
+ showClose: false,
|
|
|
noPadding: true,
|
|
|
enableDblclickExpand: false,
|
|
|
+ draggable: false,
|
|
|
data: {
|
|
|
crossings: [...this.crossingSelections],
|
|
|
maxSlots: this.maxCrossingSlots,
|