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