tangning 2 лет назад
Родитель
Сommit
8f6c80e065
1 измененных файлов с 2 добавлено и 1 удалено
  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),
               },
               //{