tangning 2 лет назад
Родитель
Сommit
b08d71428b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/scenes/list.vue

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

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