web/src/views/modules/taskReliability/ConfigEdge/index.vue
@@ -68,11 +68,11 @@ // globalGridAttr:{}, curCell:Edge, options: [{ value: 'normal', value: 'rounded', label: '默认' }, { value: 'smooth', label: '平滑连线' value: 'normal', label: '直线' }] } }, @@ -122,6 +122,11 @@ }, onConnectorChange(val){ this.globalGridAttr.connector = val if(val === 'normal'){ this.curCell.setRouter(val) }else { this.curCell.setRouter('manhattan') } this.curCell.setConnector(val) }, onLabelChange(e) {