tangning 4 dni temu
rodzic
commit
650a1ed18a
2 zmienionych plików z 15 dodań i 15 usunięć
  1. 9 9
      src/router/routes/modules/scenes.ts
  2. 6 6
      src/views/scenes/list.vue

+ 9 - 9
src/router/routes/modules/scenes.ts

@@ -39,15 +39,15 @@ const scenes: AppRouteModule = {
         icon: 'mdi:drama-masks',
         icon: 'mdi:drama-masks',
       },
       },
     },
     },
-    {
-      path: 'e57list',
-      name: 'e57ScenesList',
-      component: () => import('/@/views/scenes/E57List.vue'),
-      meta: {
-        title: t('routes.dashboard.scenesListE57'),
-        icon: 'mdi:drama-masks',
-      },
-    },
+    // {
+    //   path: 'e57list',
+    //   name: 'e57ScenesList',
+    //   component: () => import('/@/views/scenes/E57List.vue'),
+    //   meta: {
+    //     title: t('routes.dashboard.scenesListE57'),
+    //     icon: 'mdi:drama-masks',
+    //   },
+    // },
     // {
     // {
     //   path: 'live',
     //   path: 'live',
     //   name: 'ScenesLive',
     //   name: 'ScenesLive',

+ 6 - 6
src/views/scenes/list.vue

@@ -119,12 +119,12 @@
                 disabled: record.status != -2,
                 disabled: record.status != -2,
                 onClick: handleCopy.bind(null, record),
                 onClick: handleCopy.bind(null, record),
               },
               },
-              {
-                tooltip: t('routes.scenes.move'),
-                icon: 'material-symbols:drive-file-move-outline',
-                disabled: record.status != -2,
-                onClick: handleOpenTree.bind(null, record),
-              },
+              //{
+              //  tooltip: t('routes.scenes.move'),
+              //  icon: 'material-symbols:drive-file-move-outline',
+              //  disabled: record.status != -2,
+              //  onClick: handleOpenTree.bind(null, record),
+              //},
               {
               {
                 tooltip: t('routes.scenes.creatobj'),
                 tooltip: t('routes.scenes.creatobj'),
                 icon: 'carbon:chart-3d',
                 icon: 'carbon:chart-3d',