|
@@ -7,10 +7,10 @@
|
|
v-model="signalPreList"
|
|
v-model="signalPreList"
|
|
:options="dragOptions2"
|
|
:options="dragOptions2"
|
|
:class="['split_screen',
|
|
:class="['split_screen',
|
|
- bigScreenObj[item.ID] ?
|
|
|
|
bigScreenObj[item.ID].splitStatus === 0 ? 'split_screen_one' :
|
|
bigScreenObj[item.ID].splitStatus === 0 ? 'split_screen_one' :
|
|
bigScreenObj[item.ID].splitStatus === 1 ? 'split_screen_four' :
|
|
bigScreenObj[item.ID].splitStatus === 1 ? 'split_screen_four' :
|
|
- bigScreenObj[item.ID].splitStatus === 2 ? 'split_screen_nine' : 'split_screen_sixteen' : '']"
|
|
|
|
|
|
+ bigScreenObj[item.ID].splitStatus === 2 ? 'split_screen_nine' :
|
|
|
|
+ bigScreenObj[item.ID].splitStatus === 3 ? 'split_screen_sixteen' : '']"
|
|
:style="{
|
|
:style="{
|
|
float:'left',
|
|
float:'left',
|
|
width:item.Width*bigScale + 'px',
|
|
width:item.Width*bigScale + 'px',
|
|
@@ -251,8 +251,6 @@
|
|
const bigScale = this.$store.state.bigScale
|
|
const bigScale = this.$store.state.bigScale
|
|
const positionNum = this.$store.state.positionNum
|
|
const positionNum = this.$store.state.positionNum
|
|
|
|
|
|
- console.log(bigscreenId,bigScreenObj)
|
|
|
|
-
|
|
|
|
const arr2 = []
|
|
const arr2 = []
|
|
arr.forEach(item => {
|
|
arr.forEach(item => {
|
|
arr2.push(JSON.parse(JSON.stringify(item)))
|
|
arr2.push(JSON.parse(JSON.stringify(item)))
|