gemercheung 3 лет назад
Родитель
Сommit
0831b731cc
1 измененных файлов с 12 добавлено и 12 удалено
  1. 12 12
      src/views/scenes/list.vue

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

@@ -31,18 +31,18 @@
               label: t('routes.scenes.editor'),
               onClick: openSceneEditor.bind(null, record),
             },
-            {
-              // icon: 'dashicons:editor-kitchensink',
-              color: 'error',
-              label: t('routes.scenes.makeLiveCover'),
-              onClick: openSceneEditor.bind(null, record),
-            },
-            {
-              // icon: 'dashicons:editor-kitchensink',
-              color: 'error',
-              label: t('routes.scenes.editor'),
-              onClick: openSceneEditor.bind(null, record),
-            },
+            // {
+            //   // icon: 'dashicons:editor-kitchensink',
+            //   color: 'error',
+            //   label: t('routes.scenes.makeLiveCover'),
+            //   onClick: openSceneEditor.bind(null, record),
+            // },
+            // {
+            //   // icon: 'dashicons:editor-kitchensink',
+            //   color: 'error',
+            //   label: t('routes.scenes.editor'),
+            //   onClick: openSceneEditor.bind(null, record),
+            // },
           ]"
         />
       </template>