iscs psd 绘图元素修改代码调整
This commit is contained in:
parent
0000eb7bc1
commit
7820e64371
@ -76,7 +76,7 @@ export default {
|
|||||||
],
|
],
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
enabledTab: 'vidicon',
|
enabledTab: 'Vidicon',
|
||||||
data: '',
|
data: '',
|
||||||
stationCode: ''
|
stationCode: ''
|
||||||
};
|
};
|
||||||
|
@ -79,7 +79,7 @@ export default {
|
|||||||
x: this.addModel.x,
|
x: this.addModel.x,
|
||||||
y: this.addModel.y
|
y: this.addModel.y
|
||||||
},
|
},
|
||||||
code: this.isUpdate ? this.form.code : getUID('BorderRadius', this.iscs.borderRadiusList),
|
code: this.isUpdate ? this.addModel.code : getUID('BorderRadius', this.iscs.borderRadiusList),
|
||||||
_type: 'BorderRadius',
|
_type: 'BorderRadius',
|
||||||
width: this.addModel.width,
|
width: this.addModel.width,
|
||||||
height: this.addModel.height
|
height: this.addModel.height
|
||||||
|
@ -73,7 +73,7 @@ export default {
|
|||||||
x: this.addModel.x,
|
x: this.addModel.x,
|
||||||
y: this.addModel.y
|
y: this.addModel.y
|
||||||
},
|
},
|
||||||
code: this.isUpdate ? this.form.code : getUID('EndDoor', this.iscs.endDoorList),
|
code: this.isUpdate ? this.addModel.code : getUID('EndDoor', this.iscs.endDoorList),
|
||||||
_type: 'EndDoor',
|
_type: 'EndDoor',
|
||||||
width: this.addModel.width
|
width: this.addModel.width
|
||||||
};
|
};
|
||||||
|
@ -86,7 +86,7 @@ export default {
|
|||||||
],
|
],
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
enabledTab: 'psd',
|
enabledTab: 'PlatformScreenDoor',
|
||||||
data: '',
|
data: '',
|
||||||
stationCode: ''
|
stationCode: ''
|
||||||
};
|
};
|
||||||
|
@ -73,7 +73,7 @@ export default {
|
|||||||
x: this.addModel.x,
|
x: this.addModel.x,
|
||||||
y: this.addModel.y
|
y: this.addModel.y
|
||||||
},
|
},
|
||||||
code: this.isUpdate ? this.form.code : getUID('PlatformScreenDoor', this.iscs.platformScreenDoorList),
|
code: this.isUpdate ? this.addModel.code : getUID('PlatformScreenDoor', this.iscs.platformScreenDoorList),
|
||||||
_type: 'PlatformScreenDoor',
|
_type: 'PlatformScreenDoor',
|
||||||
width: this.addModel.width
|
width: this.addModel.width
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user