Alfyn пре 5 дана
родитељ
комит
55d63ddb5e

+ 1 - 1
src/config/router.config.js

@@ -797,7 +797,7 @@ export const asyncRouterMap = [
   {
     path: '/modelViewIOT',
     name: 'ModelViewIOT',
-    component: () => import('@/views/modelView/IOT/index.vue'),
+    component: () => import('@/views/IOT/index.vue'),
     meta: { 
       title: 'menu.IOT',
       keepAlive: false,

+ 0 - 0
src/views/modelView/IOT/FloorTree.vue → src/views/IOT/FloorTree.vue


+ 0 - 0
src/views/modelView/IOT/SubAttributes.vue → src/views/IOT/SubAttributes.vue


+ 0 - 0
src/views/modelView/IOT/echartshelp.js → src/views/IOT/echartshelp.js


+ 2 - 2
src/views/modelView/IOT/index.vue → src/views/IOT/index.vue

@@ -79,7 +79,7 @@
         </a-table>
       </div>
     </div>
-    <div class="floorBtn">
+    <div class="operantBtn">
       <a-button ghost @click="handleFloorTree"> Floor Data </a-button>
       <a-button ghost @click="handleOpenterrain" style="margin-left: 10px"> Terrain Switch </a-button>
       <a-button ghost @click="handleSubAttributes" style="margin-left: 10px"> Component Properties </a-button>
@@ -694,7 +694,7 @@ export default {
   width: 100%;
   height: 35vh;
 }
-.BridgeBoard > .floorBtn {
+.BridgeBoard > .operantBtn {
   position: absolute;
   top: 4vh;
   left: 4vw;