From 6c09c62de88b8c2ba4a2c10c542746b1c8943984 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期四, 21 八月 2025 09:51:48 +0800
Subject: [PATCH] 图形修改提交

---
 north-glass-erp/northglass-erp/src/components/sd/order/SelectAlienEditor.vue |   16 ++++------------
 1 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/components/sd/order/SelectAlienEditor.vue b/north-glass-erp/northglass-erp/src/components/sd/order/SelectAlienEditor.vue
index 2c65559..3b08c82 100644
--- a/north-glass-erp/northglass-erp/src/components/sd/order/SelectAlienEditor.vue
+++ b/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(() => {

--
Gitblit v1.8.0