wente
2024-05-17 65a79e6ec47a067136f5e9297ca339e8c20747f1
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) {