tangning 11 月之前
父节点
当前提交
6dbac81d77
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/scene/list.vue

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

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