tangning hace 11 meses
padre
commit
c616474f62
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/scene/list.vue

+ 1 - 0
src/views/scene/list.vue

@@ -39,6 +39,7 @@
               },
               {
                 label: t('common.delText'),
+                disabled: record.status != 1 && record.status != -1,
                 color: 'error',
                 onClick: handleDelete.bind(null, record),
               },