@@ -30,7 +30,7 @@
{
label: record.status == 0 ? '处理' : '查看',
//icon: 'ep:edit',
- ifShow: record.state == 0 && getCheckPerm('feedback-handle'),
+ ifShow: record.status == 0 && getCheckPerm('feedback-handle') || record.status != 0,
onClick: handleEdit.bind(null, record),
},
]"