@@ -43,7 +43,7 @@
},
{
label: '付款登记',
- ifShow:getCheckPerm('work_payments') && record.status == 90,
+ ifShow:getCheckPerm('work_payments') && record.status == 80,
onClick: handlePayLog.bind(null, record),