@@ -63,7 +63,7 @@
},
{
label: '开票信息',
- ifShow: getCheckPerm('work_invoice') && (record.warrantyType == 1 || record.warrantyType == 2) && record.invoiceOpenStatus == 0,
+ ifShow: getCheckPerm('work_invoice') && (record.warrantyType == 1 || record.warrantyType == 2) && record.invoiceOpenStatus != 1,
onClick: handleInvoice.bind(null, record),