tangning 2 lat temu
rodzic
commit
8f6c80e065
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      src/views/scenes/list.vue

+ 2 - 1
src/views/scenes/list.vue

@@ -57,7 +57,8 @@
               },
               {
                 label: t('routes.scenes.copy'),
-                disabled: record.status != -2 && tableType != 2 && tableType != 4,
+                ifShow: tableType != 2 && tableType != 4,
+                disabled: record.status != -2,
                 onClick: handleCopy.bind(null, record),
               },
               //{