| | |
| | | type: 'text', |
| | | method: 'handleInspection', |
| | | disabFun: (row, index) => { |
| | | return row.userId == null |
| | | return row.userId == null || row.insState == 3 |
| | | } |
| | | }, { |
| | | id: '', |
| | |
| | | type: 'text', |
| | | method: 'handleConnect', |
| | | disabFun: (row, index) => { |
| | | return row.userId == null |
| | | return row.userId == null || row.insState == 3 |
| | | } |
| | | }, |
| | | { |
| | |
| | | font: '复核', |
| | | type: 'text', |
| | | method: 'handleReview', |
| | | // disabFun: (row, index) => { |
| | | // return row.userId == null || row.insState != 4 |
| | | // } |
| | | disabFun: (row, index) => { |
| | | return row.userId == null || row.insState != 3 |
| | | } |
| | | }, { |
| | | id: '', |
| | | font: '认领', |