فهرست منبع

Merge branch 'develop' of http://39.106.8.246:3003/web/persagy_topo_editer into develop

YaolongHan 4 سال پیش
والد
کامیت
8126bacd4e

+ 5 - 5
package.json

@@ -16,11 +16,11 @@
   },
   "dependencies": {
     "@persagy-web/base": "2.2.1",
-    "@persagy-web/big": "2.2.48",
-    "@persagy-web/draw": "2.2.12",
-    "@persagy-web/graph": "2.2.44",
-    "@persagy-web/big-edit": "2.2.24",
-    "@persagy-web/edit": "2.2.23",
+    "@persagy-web/big": "2.2.54",
+    "@persagy-web/draw": "2.2.14",
+    "@persagy-web/graph": "2.2.46",
+    "@persagy-web/big-edit": "2.2.27",
+    "@persagy-web/edit": "2.2.25",
     "@types/uuid": "^8.0.0",
     "ant-design-vue": "^1.6.5",
     "axios": "^0.20.0",

+ 2 - 5
src/components/editClass/persagy-edit/PTopoFactory.ts

@@ -24,14 +24,11 @@
  * *********************************************************************************************************************
  */
 
-import { SColor, SFont, SPoint, SArrowStyleType } from "@persagy-web/draw";
-import { SArrowItem, SPolygonItem, SArrowPoly, SItemFactory, ItemOrder, SPolylineItem } from "@persagy-web/big"
-import { SGraphCircleItem, STextItem, SImageItem, SGraphLineItem } from "@persagy-web/graph/lib"
+import { Marker } from "@persagy-web/big"
 import { SBaseInfoPoint } from "./items/SBaseInfoPoint"
 import { SBasePipeUninTool } from "./items/SBasePipeUninTool"
 import { SBaseBtns } from "./items/SBaseBtns"
-import { SLineStyle } from "@persagy-web/graph"
-import { BigEditFactory, Legend, Marker, Relation, ElementData } from "@persagy-web/big-edit"
+import { BigEditFactory } from "@persagy-web/big-edit"
 /**
  * item 创建工厂
  *

+ 1 - 2
src/components/editClass/persagy-edit/PTopoParser.ts

@@ -23,8 +23,7 @@
  *
  * ****/
 
-import { SParser, ItemOrder } from '@persagy-web/big/lib';
-import { BigEditFactory, Legend, Marker, Relation, ElementData } from "@persagy-web/big-edit"
+import { ElementData, Legend, Marker, Relation, SParser } from '@persagy-web/big/lib';
 import { PTopoFactory } from "./PTopoFactory"
 
 /**

+ 2 - 3
src/components/editClass/persagy-edit/PTopoScene.ts

@@ -24,13 +24,12 @@
  * ****/
 
 import { SBaseEditScene, SBasePipe, SBaseEquipment } from "@persagy-web/big-edit";
-import { SGraphEdit, SGraphPropertyCommand, } from "@persagy-web/edit";
+import { SGraphEdit } from "@persagy-web/edit";
 import { SMouseEvent } from "@persagy-web/base/lib";
-import { SGraphSelectContainer, SLineStyle } from "@persagy-web/graph";
+import { SGraphAddCommand, SGraphPropertyCommand, SGraphSelectContainer, SLineStyle } from "@persagy-web/graph";
 import { SItemStatus } from "@persagy-web/big/lib/enums/SItemStatus";
 import { rgbaNum } from "@persagy-web/big-edit/lib/until";
 // 引入命令
-import { SGraphAddCommand } from "@persagy-web/edit/lib/commands/SGraphAddCommand"
 import { SColor, SFont, SArrowStyleType } from '@persagy-web/draw/lib';
 import { PTopoParser, SBasePipeUninTool, SBaseEquation, SBaseInfoPoint, SBaseBtns } from "./"
 import { ItemOrder } from '@persagy-web/big/lib';

+ 2 - 1
src/components/editview/baseTopoEditer.vue

@@ -208,7 +208,8 @@ export default {
           `${this.topoContent.name}.png`,
           "png",
           this.canvasWidth,
-          this.canvasHeight
+          this.canvasHeight,
+          this.view.backgroundColor.value
         );
       });
       // 发布图片

+ 1 - 1
src/components/editview/topToolBar.vue

@@ -344,7 +344,7 @@ li {
     cursor: pointer;
     font-size: 12px;
     color: #8d9399;
-    z-index: 99999;
+    z-index: 999;
     .box-card{
       width: 240px;
       max-height: 500px;

+ 7 - 2
src/components/homeView/topoImageCard.vue

@@ -1,7 +1,7 @@
 <!--拓扑图缩略图卡片-->
 <template>
   <el-card
-    :class="{ 'box-card': true, active: data.checked }"
+    :class="{ 'box-card': true, active: data.showCheckFlag, checked: data.checked }"
     shadow="hover"
     :body-style="{ padding: '0px' }"
   >
@@ -171,7 +171,7 @@ export default {
   margin-bottom: 20px;
   cursor: pointer;
   &:hover,
-  &.active {
+  &.checked {
     border-color: #0091ff80;
     box-shadow: 0px 8px 16px 0px rgba(195, 199, 203, 0.4);
     .shadow {
@@ -183,6 +183,11 @@ export default {
       }
     }
   }
+  &.active{
+    .shadow {
+      display: block;
+    }
+  }
   .image {
     display: block;
     width: 100%;

+ 1 - 1
src/views/editer.vue

@@ -4,7 +4,7 @@
       <div class="left">
         <div class="project-name">{{ tupoName }}</div>
         <div class="project-type">/ {{ categoryName }}</div>
-        <div class="project-save">自动保存成功- v {{ version }}</div>
+        <div class="project-save">自动保存成功- V{{ version }}</div>
       </div>
       <div class="right">
         <el-tooltip

+ 10 - 1
src/views/home.vue

@@ -102,7 +102,7 @@
           </div>
         </div>
         <div class="main-body" v-loading="cardLoading">
-          <div class="has-data-body" v-if="cardList.length">
+          <div class="has-data-body" v-if="noTreeFlag && cardList.length">
             <template v-for="t in cardList">
               <topoImageCard
                 :isPub="isPub"
@@ -205,6 +205,8 @@ export default {
     ...mapMutations(["SETPROJECTID"]),
     getProject(data) {
       this.SETPROJECTID(data.id);
+      // 判断垃圾箱是否可以点击
+      this.getRecycleData();
     },
     // 创建拓扑图
     createProject() {
@@ -218,11 +220,15 @@ export default {
       } else {
         this.selectCard.push(v);
       }
+      this.cardList.map(t => {
+        t.showCheckFlag = this.selectCard.length > 0;
+      })
     },
     // 全选按钮
     handleCheckAllChange(val) {
       this.cardList = this.cardList.map((t) => {
         t.checked = val;
+        t.showCheckFlag = val;
         return t;
       });
       this.selectCard = val
@@ -289,6 +295,7 @@ export default {
     },
     // 选中节点变化
     changeNode(data) {
+      this.noTreeFlag = true
       this.curCategory = data;
       this.categoryName = data.name;
       this.queryGraph();
@@ -390,6 +397,7 @@ export default {
         queryPubGraph(pa).then((res) => {
           this.cardList = res.content.map((t) => {
             t.checked = false;
+            t.showCheckFlag = false;
             return t;
           });
           this.cardLoading = false;
@@ -399,6 +407,7 @@ export default {
         queryDraftsGraph(pa).then((res) => {
           this.cardList = res.content.map((t) => {
             t.checked = false;
+            t.showCheckFlag = false;
             return t;
           });
           this.cardLoading = false;