tangning 1 năm trước cách đây
mục cha
commit
520e1dad60
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/scene/list.vue

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

@@ -29,7 +29,7 @@
             :actions="[
               {
                 label: '查看',
-                disabled: !(record.status == 1 || record.status == -2),
+                disabled: record.status != 1,
                 onClick: handleSee.bind(null, record),
               },
               {