|
@@ -118,7 +118,7 @@
|
|
<a-button type="link" class="edit-option-btn" @click="OpenEditStatus">{{editStatus[type]}}</a-button>
|
|
<a-button type="link" class="edit-option-btn" @click="OpenEditStatus">{{editStatus[type]}}</a-button>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="row">
|
|
- <a-textarea :disabled="type == 'Line' "
|
|
|
|
|
|
+ <a-textarea :disabled="type == 'Line'"
|
|
placeholder=""
|
|
placeholder=""
|
|
v-model="lengedName"
|
|
v-model="lengedName"
|
|
allow-clear
|
|
allow-clear
|
|
@@ -621,10 +621,12 @@ export default {
|
|
this.color = Item.color.value;
|
|
this.color = Item.color.value;
|
|
this.fontSize = Item.font.size;
|
|
this.fontSize = Item.font.size;
|
|
} else if (newval.itemType == "Line") {
|
|
} else if (newval.itemType == "Line") {
|
|
|
|
+ console.log('line',Item.name)
|
|
this.color = Item.color.value;
|
|
this.color = Item.color.value;
|
|
this.fillColor = Item.fillColor.value;
|
|
this.fillColor = Item.fillColor.value;
|
|
this.borderColor = Item.strokeColor.value;
|
|
this.borderColor = Item.strokeColor.value;
|
|
this.lineWidth = Item.lineWidth;
|
|
this.lineWidth = Item.lineWidth;
|
|
|
|
+ this.lengedName = Item.name;
|
|
} else if (newval.itemType == "Zone") {
|
|
} else if (newval.itemType == "Zone") {
|
|
this.lengedName = Item.name;
|
|
this.lengedName = Item.name;
|
|
this.fontSize = Item.font.size;
|
|
this.fontSize = Item.font.size;
|