guoyujie
2025-08-21 174a6b7bc81a21f8cf950760d3e17fd5f4b7c4dd
north-glass-erp/northglass-erp/src/components/sd/order/SelectAlienEditor.vue
@@ -83,7 +83,7 @@
    points.value = [0, heightAgv, 0, 0, widthAgv, 0, widthAgv, heightAgv]
    const polygon = new Polygon({
      points: points.value,
      fill: '#32cd79',
      stroke: '#f00',
      origin: [0, 0]
    })
    setTimeout(() => {
@@ -197,7 +197,7 @@
            ]).flat()
            if (type == 1) {
              const polygon = new Polygon({
                points: point,
                stroke: '#f00'
@@ -205,15 +205,7 @@
              setTimeout(() => {
                leafer.add(polygon);
              }, 30);
            } else {
              const polygon = new Polygon({
                points: point,
                fill: "#32cd79"
              })
              setTimeout(() => {
                leafer.add(polygon);
              }, 30);
            }
            break;
@@ -268,7 +260,7 @@
            const ellipse2 = new Ellipse({
              width: a * 2 / big,
              height: c * 2 / big,
              fill: "#32cd79",
              stroke: '#f00',
            })
            setTimeout(() => {