|
@@ -584,7 +584,7 @@ export class EditScence extends SGraphScene {
|
|
upadataLengedName(val: string): void {
|
|
upadataLengedName(val: string): void {
|
|
if (this.focusItem && this.focusItem.data) {
|
|
if (this.focusItem && this.focusItem.data) {
|
|
this.focusItem.text = val;
|
|
this.focusItem.text = val;
|
|
- this.scenceUpdate(this);
|
|
|
|
|
|
+ this.scenceUpdate(this);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -608,12 +608,12 @@ export class EditScence extends SGraphScene {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
/**
|
|
/**
|
|
- * 更改图例说明数量
|
|
|
|
- * @param num number item数量 (只对icon设备类)
|
|
|
|
|
|
+ * 更改图例说
|
|
|
|
+ * @param num number
|
|
*/
|
|
*/
|
|
- upadatitemExplain(itemExplain: string): void {
|
|
|
|
|
|
+ upadatitemExplain(ItemExplain: string): void {
|
|
if (this.focusItem) {
|
|
if (this.focusItem) {
|
|
- this.focusItem.itemExplain = itemExplain;
|
|
|
|
|
|
+ this.focusItem.data.Properties.ItemExplain = ItemExplain;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|