Pārlūkot izejas kodu

Merge branch 'dev' of http://39.106.8.246:3003/web/persagy-plan-editer into dev

yunxing 4 gadi atpakaļ
vecāks
revīzija
39850ae704

+ 13 - 19
src/components/editview/basePlanEditer.vue

@@ -36,29 +36,23 @@ export default {
                         fillColor: "#F0F3F7",
                         lineWidth: 1,
                         effect: {},
-                    },
-                    selected: {
-                        strokeColor: "#000000",
-                        fillColor: "#ff0000",
-                        lineWidth: 100,
-                        effect: {},
-                    },
-                    disabled: {
-                        strokeColor: "#2b2b2b",
-                        fillColor: "#afafaf",
-                        lineWidth: 1,
-                        effect: {},
-                    },
-                    highlight: {
-                        strokeColor: "#2b2b2b",
-                        fillColor: "#fbb029",
-                        lineWidth: 1,
-                        effect: {},
-                    },
+                    }
                 };
             },
             required: false,
         },
+        // 设备默认样式
+        defaultEquipStyle: {
+            type: Object,
+            default: () =>{
+                return {
+                    color: "#1F2429",
+                    size: 12,
+                    url: "tognyong2020102700.svg",
+                    formula: "",
+                }
+            }
+        }
     },
     data() {
         return {

+ 0 - 1
src/lib/item/SPlanEquipment.ts

@@ -120,7 +120,6 @@ export class SPlanEquipment extends SBaseIconTextEdit {
         }
 
         this.showAnchor = false;
-        this.formula = this.legendData.properties.formula ? this.legendData.properties.formula : '';
         this.anotherMsg = this.legendData.properties.anotherMsg ? this.legendData.properties.anotherMsg : '';
         this.x = this.legendData.pos.x;
         this.y = this.legendData.pos.y;