@@ -347,7 +347,7 @@ export default {
},
settle: {
conditions: ({ row, index, column }) => {
- return row.status === 'WAIT'
+ return ['YC', 'WAIT'].includes(row.status)
btnType: 'text',
prompt: '是否确定结算?',