wente
2024-04-26 a87b49ca0801a52f58a72085f75143ab668ba6ca
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) {