yx 4 年之前
父節點
當前提交
947e0efeaa
共有 4 個文件被更改,包括 310 次插入126 次删除
  1. 6 5
      src/components/edit/left_toolbar.vue
  2. 303 0
      src/components/equipmentMockData.js
  3. 0 120
      src/components/mockData1.js
  4. 1 1
      src/lib/items/SEquipmentItem.ts

+ 6 - 5
src/components/edit/left_toolbar.vue

@@ -31,11 +31,11 @@
                 </div>
             </li>
         </ul>
-        <ul class="list1">
+        <!-- <ul class="list1">
             <Button type="default" @click="addEquip(1)">添加设备</Button>
             <hr />
             <Button type="default" @click="addEquip(2)">加载设备</Button>
-        </ul>
+        </ul> -->
         <!--    提取-->
         <ul class="list-2 border-top">
             <li
@@ -92,7 +92,8 @@
                                 <div class="title">{{item.Name}}</div>
                                 <ul class="example">
                                     <li @click="getexampleItem(items)" v-for="(items,indexs) in item.GraphElements" :key="indexs">
-                                        <img :class="['item',`item-${items.Type}`]" :src="'/serve/topology-wanda/Picture/query/'+ items.Url" alt />
+                                        <img v-if='items.Type !== "equipment"'  :class="['item',`item-${items.Type}`]" :src="'/serve/topology-wanda/Picture/query/'+ items.Url" alt />
+                                        <img v-else  class="item item-equipment" :src='`http://60.205.177.43/topolImages/${items.Url}`' alt="">
                                         <div class="text">{{items.Name}}</div>
                                     </li>
                                 </ul>
@@ -327,7 +328,7 @@ export default {
                 //TODO: 添加设备,不进行调用接口,使用mock数据
                 if(item.type === 'Equipment'){
                     this.spinning = false;
-                    this.itemList = require('../mockData1.js').eqipList
+                    this.itemList = require('../equipmentMockData.js').eqipList
                     return true
                 }
                 queryGroup(data).then(res => {
@@ -592,7 +593,7 @@ export default {
                     flex-wrap: wrap;
                     li {
                         width: 66px;
-                        height: 60px;
+                        height: 70px;
                         display: flex;
                         justify-content: center;
                         flex-direction: column;

+ 303 - 0
src/components/equipmentMockData.js

@@ -0,0 +1,303 @@
+// 设备列表
+let eqipList = [
+    {
+        GraphCategoryId: 'LCGN',
+        GraphElements: [
+            {
+                ID: 'santongfamen',
+                Name: '电池阀',
+                GraphElementType: 'Equipment',
+                Type: 'equipment',
+                Url: '638a6efec1244d637793eedacd14ae497.png',
+                InfoList: [],
+                Properties: {
+                    StatusImage: [
+                        { Status: 'Running', ImageKey: '638a6efec1244d637793eedacd14ae497.png' },
+                        { Status: 'Stop', ImageKey: '418229590af66a4ee1d76d40108f77d44.png' },
+                        { Status: 'Selected', ImageKey: '' },
+                        { Status: 'Warning', ImageKey: '' },
+                    ],
+                },
+            },
+            {
+                ID: '1231',
+                Name: '吊装空调箱',
+                GraphElementType: 'Equipment',
+                Type: 'equipment',
+                Url: '7abaa72a08542e45a7503b13b5ac4c72c.png',
+                InfoList: [],
+                Properties: {
+                    StatusImage: [
+                        { Status: 'Running', ImageKey: '7abaa72a08542e45a7503b13b5ac4c72c.png' },
+                        { Status: 'Stop', ImageKey: '8ef2e5d98b886aa31fc9d4ab86905ebdb.png' },
+                        { Status: 'Selected', ImageKey: '' },
+                        { Status: 'Warning', ImageKey: '' },
+                    ],
+                },
+            },
+            {
+                ID: '1231df',
+                Name: '定压器',
+                GraphElementType: 'Equipment',
+                Type: 'equipment',
+                Url: 'e3fd30980c5aadaa08edaf4b3756bb5bb.png',
+                InfoList: [],
+                Properties: {
+                    StatusImage: [
+                        { Status: 'Running', ImageKey: 'e3fd30980c5aadaa08edaf4b3756bb5bb.png' },
+                        { Status: 'Stop', ImageKey: '8f552483ea0c9a3d02b087ffb91e44355.png' },
+                        { Status: 'Selected', ImageKey: '' },
+                        { Status: 'Warning', ImageKey: '' },
+                    ],
+                },
+            },
+            {
+                ID: '1231dfdaffdas',
+                Name: '阀门',
+                GraphElementType: 'Equipment',
+                Type: 'equipment',
+                Url: '086b97aa2d2aa5b1be1e752978424ce45.png',
+                InfoList: [],
+                Properties: {
+                    StatusImage: [
+                        { Status: 'Running', ImageKey: '086b97aa2d2aa5b1be1e752978424ce45.png' },
+                        { Status: 'Stop', ImageKey: 'ba1db12a59498884e65f90416558a00f7.png' },
+                        { Status: 'Selected', ImageKey: '' },
+                        { Status: 'Warning', ImageKey: '' },
+                    ],
+                },
+            },
+            {
+                ID: 'asdfa',
+                Name: '方形膨胀水箱消防水池',
+                GraphElementType: 'Equipment',
+                Type: 'equipment',
+                Url: '38486ba13bff957145afc480fb3b842f9.png',
+                InfoList: [],
+                Properties: {
+                    StatusImage: [
+                        { Status: 'Running', ImageKey: '38486ba13bff957145afc480fb3b842f9.png' },
+                        { Status: 'Stop', ImageKey: '59d30d526b894d1392dd655147ef6c99f.png' },
+                        { Status: 'Selected', ImageKey: '' },
+                        { Status: 'Warning', ImageKey: '' },
+                    ],
+                },
+            },
+            {
+                ID: 'asdfafd1a',
+                Name: '分集水器',
+                GraphElementType: 'Equipment',
+                Type: 'equipment',
+                Url: '345034e9c4cd114212b065090efd94324.png',
+                InfoList: [],
+                Properties: {
+                    StatusImage: [
+                        { Status: 'Running', ImageKey: '345034e9c4cd114212b065090efd94324.png' },
+                        { Status: 'Stop', ImageKey: '' },
+                        { Status: 'Selected', ImageKey: '' },
+                        { Status: 'Warning', ImageKey: '' },
+                    ],
+                },
+            },
+            {
+                ID: 'asdfafd1a',
+                Name: '分集水器2',
+                GraphElementType: 'Equipment',
+                Type: 'equipment',
+                Url: '181e0c1bd19989904cffc96da5e2fd205.png',
+                InfoList: [],
+                Properties: {
+                    StatusImage: [
+                        { Status: 'Running', ImageKey: '181e0c1bd19989904cffc96da5e2fd205.png' },
+                        { Status: 'Stop', ImageKey: '' },
+                        { Status: 'Selected', ImageKey: '' },
+                        { Status: 'Warning', ImageKey: '' },
+                    ],
+                },
+            },
+            {
+                ID: 'asdfafd1a',
+                Name: '分集水器3口',
+                GraphElementType: 'Equipment',
+                Type: 'equipment',
+                Url: 'ebb253a7c00befa4ded4ca88a46b6003b.png',
+                InfoList: [],
+                Properties: {
+                    StatusImage: [
+                        { Status: 'Running', ImageKey: 'ebb253a7c00befa4ded4ca88a46b6003b.png' },
+                        { Status: 'Stop', ImageKey: '' },
+                        { Status: 'Selected', ImageKey: '' },
+                        { Status: 'Warning', ImageKey: '' },
+                    ],
+                },
+            },
+            {
+                ID: 'asdfafd1a',
+                Name: '分集水器4口',
+                GraphElementType: 'Equipment',
+                Type: 'equipment',
+                Url: 'aaace11f5a9c14aebc342c08c50180c2e.png',
+                InfoList: [],
+                Properties: {
+                    StatusImage: [
+                        { Status: 'Running', ImageKey: 'aaace11f5a9c14aebc342c08c50180c2e.png' },
+                        { Status: 'Stop', ImageKey: '85a9cfb94d231e9cb1e0b124d49d7e103.png' },
+                        { Status: 'Selected', ImageKey: '' },
+                        { Status: 'Warning', ImageKey: '' },
+                    ],
+                },
+            },
+            {
+                ID: 'asdfafd1a',
+                Name: '分集水器5口',
+                GraphElementType: 'Equipment',
+                Type: 'equipment',
+                Url: 'eec0c2306047572fbca83ac1618d5bfd3.png',
+                InfoList: [],
+                Properties: {
+                    StatusImage: [
+                        { Status: 'Running', ImageKey: 'eec0c2306047572fbca83ac1618d5bfd3.png' },
+                        { Status: 'Stop', ImageKey: '6b739bb6b6fbbe65c41b1b477dc9a05f7.png' },
+                        { Status: 'Selected', ImageKey: '' },
+                        { Status: 'Warning', ImageKey: '' },
+                    ],
+                },
+            },
+            {
+                ID: 'asdfafd1a',
+                Name: '分集水器7口',
+                GraphElementType: 'Equipment',
+                Type: 'equipment',
+                Url: '667ec6287b71037d122117305447ccfee.png',
+                InfoList: [],
+                Properties: {
+                    StatusImage: [
+                        { Status: 'Running', ImageKey: '667ec6287b71037d122117305447ccfee.png' },
+                        { Status: 'Stop', ImageKey: '' },
+                        { Status: 'Selected', ImageKey: '' },
+                        { Status: 'Warning', ImageKey: '' },
+                    ],
+                },
+            },
+            {
+                ID: 'asdfafd1a',
+                Name: '分集水器8口',
+                GraphElementType: 'Equipment',
+                Type: 'equipment',
+                Url: '3c14788da9b6dd0395624598b5c42c573.png',
+                InfoList: [],
+                Properties: {
+                    StatusImage: [
+                        { Status: 'Running', ImageKey: '3c14788da9b6dd0395624598b5c42c573.png' },
+                        { Status: 'Stop', ImageKey: '073051438de23917f72f9f5c1d8cef583.png' },
+                        { Status: 'Selected', ImageKey: '' },
+                        { Status: 'Warning', ImageKey: '' },
+                    ],
+                },
+            },
+            {
+                ID: 'asdfafd1a',
+                Name: '分水器',
+                GraphElementType: 'Equipment',
+                Type: 'equipment',
+                Url: '7f356eedfdfa371f799b87de605372581.png',
+                InfoList: [],
+                Properties: {
+                    StatusImage: [
+                        { Status: 'Running', ImageKey: '7f356eedfdfa371f799b87de605372581.png' },
+                        { Status: 'Stop', ImageKey: 'd490700675f3d140bc130b5a02f86a50f.png' },
+                        { Status: 'Selected', ImageKey: '' },
+                        { Status: 'Warning', ImageKey: '' },
+                    ],
+                },
+            },
+            {
+                ID: 'asdfafd1a',
+                Name: '风机',
+                GraphElementType: 'Equipment',
+                Type: 'equipment',
+                Url: 'b9d58eb89deb6eb6a6b3d1ff2e8b932e3.png',
+                InfoList: [],
+                Properties: {
+                    StatusImage: [
+                        { Status: 'Running', ImageKey: 'b9d58eb89deb6eb6a6b3d1ff2e8b932e3.png' },
+                        { Status: 'Stop', ImageKey: '53cde2364e1cb0d75d525cae9d2992ef5.png' },
+                        { Status: 'Selected', ImageKey: '' },
+                        { Status: 'Warning', ImageKey: '' },
+                    ],
+                },
+            },
+            {
+                ID: 'asdfafd1a',
+                Name: '风机盘管',
+                GraphElementType: 'Equipment',
+                Type: 'equipment',
+                Url: '273925603c2a61e596942be396d06eb3f.png',
+                InfoList: [],
+                Properties: {
+                    StatusImage: [
+                        { Status: 'Running', ImageKey: '273925603c2a61e596942be396d06eb3f.png' },
+                        { Status: 'Stop', ImageKey: '4d3512c7e36d2c7f79fb561377db07060.png' },
+                        { Status: 'Selected', ImageKey: '' },
+                        { Status: 'Warning', ImageKey: '' },
+                    ],
+                },
+            },
+            {
+                ID: 'asdfafd1a',
+                Name: '干燥器',
+                GraphElementType: 'Equipment',
+                Type: 'equipment',
+                Url: '3535b5657bf35b7e8d94ce20ad462e676.png',
+                InfoList: [],
+                Properties: {
+                    StatusImage: [
+                        { Status: 'Running', ImageKey: '3535b5657bf35b7e8d94ce20ad462e676.png' },
+                        { Status: 'Stop', ImageKey: '07d863d56228b885af59fe688934d4786.png' },
+                        { Status: 'Selected', ImageKey: '' },
+                        { Status: 'Warning', ImageKey: '' },
+                    ],
+                },
+            },
+            {
+                ID: 'asdfafd1a',
+                Name: '活塞压缩机',
+                GraphElementType: 'Equipment',
+                Type: 'equipment',
+                Url: '97b19d1f73cfd004d448a3613f246b564.png',
+                InfoList: [],
+                Properties: {
+                    StatusImage: [
+                        { Status: 'Running', ImageKey: '97b19d1f73cfd004d448a3613f246b564.png' },
+                        { Status: 'Stop', ImageKey: '7a9e418eedde96b0873504cd17b31c401.png' },
+                        { Status: 'Selected', ImageKey: '' },
+                        { Status: 'Warning', ImageKey: '' },
+                    ],
+                },
+            },
+        ],
+        Name: '设备列表1',
+    },
+    {
+        GraphElements: [
+            {
+                ID: 'yasuoji',
+                Name: '压缩机',
+                GraphElementType: 'Equipment',
+                Type: 'equipment',
+                Url: '压缩机Running.png',
+                InfoList: [],
+                Properties: {
+                    StatusImage: [
+                        { Status: 'Running', ImageKey: '压缩机Running.png' },
+                        { Status: 'Stop', ImageKey: '' },
+                        { Status: 'Selected', ImageKey: '' },
+                        { Status: 'Warning', ImageKey: '' },
+                    ],
+                },
+            },
+        ],
+        Name: '设备列表2',
+    },
+]
+export { eqipList }

+ 0 - 120
src/components/mockData1.js

@@ -1,120 +0,0 @@
-// 设备列表
-let eqipList = [
-    {
-        GraphCategoryId: 'LCGN',
-        GraphElements: [
-            // {
-            //     Color: '#ffffff',
-            //     Deleted: false,
-            //     FillColor: '#ffffff',
-            //     FrameColor: '#3da2ed80',
-            //     GraphCategoryId: 'LCGN',
-            //     Id: '100076',
-            //     InfoLocal: [
-            //         {
-            //             name: '暖通系统/空调系统/冷却塔',
-            //             id: '1705',
-            //         },
-            //         {
-            //             name: '暖通系统/空调系统/超市冷却塔',
-            //             id: '1796',
-            //         },
-            //     ],
-            //     InfoTypeId: [],
-            //     Name: '冷却塔',
-            //     OrderId: 16,
-            //     Type: 'Image',
-            //     Unit: '间',
-            //     Url: 'd104a4dc6b0243209c5a6b7d5a7f6030',
-            // },
-            {
-                ID: '123123',
-                Name: '冷冻泵',
-                GraphElementType: 'Equipment',
-                Type: 'equipment',
-                Url: '57781a40684e4f1383a60bb86c681a20',
-                InfoList: [
-                    // {
-                    //     Code: '',
-                    //     Name: '温度',
-                    //     X: 30,
-                    //     Y: 20,
-                    //     Width: 100,
-                    //     Height: 25,
-                    //     FontSize: 12,
-                    //     Background: '#ffffff',
-                    //     TextAlign: '',
-                    //     Color: '#000000',
-                    // },
-                    // {
-                    //     Code: '',
-                    //     Name: '湿度',
-                    //     X: 40,
-                    //     Y: 28,
-                    //     Width: 100,
-                    //     Height: 25,
-                    //     FontSize: 12,
-                    //     Background: '#ffffff',
-                    //     TextAlign: '',
-                    //     Color: '#000000',
-                    // },
-                ],
-                Properties: {
-                    StatusImage: [
-                        {
-                            Status: 'Running',
-                            ImageKey: '热交换器Running.png',
-                        },
-                        {
-                            Status: 'Stop',
-                            ImageKey: '270abb1b84d5416fa059b68d1f51ac33',
-                        },
-                        {
-                            Status: 'Selected',
-                            ImageKey: 'ece9f93ffc754035bcec2e8f27d66a59',
-                        },
-                        {
-                            Status: 'Warning',
-                            ImageKey: '',
-                        },
-                    ],
-                },
-            },
-        ],
-        Name: '设备列表1',
-    },
-    {
-        GraphElements: [
-            {
-                ID: '12313sfd',
-                Name: '冷冻阀',
-                GraphElementType: 'Equipment',
-                Type: 'equipment',
-                Url: 'd104a4dc6b0243209c5a6b7d5a7f6030',
-                InfoList: [],
-                Properties: {
-                    StatusImage: [
-                        {
-                            Status: 'Running',
-                            ImageKey: '电池阀Running.png',
-                        },
-                        {
-                            Status: 'Stop',
-                            ImageKey: '8bec0771df4c459bb6e692a7eee18d22',
-                        },
-                        {
-                            Status: 'Selected',
-                            ImageKey: 'ece9f93ffc754035bcec2e8f27d66a59',
-                        },
-                        {
-                            Status: 'Warning',
-                            ImageKey: '',
-                        },
-                    ],
-                },
-            },
-        ],
-        Name: '设备列表2',
-    },
-]
-export { eqipList }

+ 1 - 1
src/lib/items/SEquipmentItem.ts

@@ -257,7 +257,7 @@ export class SEquipmentItem extends SObjectItem {
             Y = this.img.height / 2 - 6
             Width = 100
             Height = 25
-            FontSize = 12
+            FontSize = 14
             Background = '#ffffff'
             Color = '#000000'
             TextAlign = 'center'