|
|
@ -1239,7 +1239,7 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV |
|
|
|
RuleValue: '', |
|
|
|
RuleValue: '', |
|
|
|
PhysicalUnit: '', |
|
|
|
PhysicalUnit: '', |
|
|
|
PropertyName: '列', |
|
|
|
PropertyName: '列', |
|
|
|
PropertyType: 2, |
|
|
|
PropertyType: '2', |
|
|
|
PropertyValue: '2', |
|
|
|
PropertyValue: '2', |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
], |
|
|
@ -1274,6 +1274,7 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV |
|
|
|
this.emit('createIcon', axLegend); |
|
|
|
this.emit('createIcon', axLegend); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
const axLegend = new AxLegend(data, this, shapeMap); |
|
|
|
const axLegend = new AxLegend(data, this, shapeMap); |
|
|
|
|
|
|
|
axLegend.assetData.PropertyInfos[0].PropertyValue = String(axLegend.assetData.PropertyInfos[0].PropertyValue); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
// /**
|
|
|
|
// /**
|
|
|
|