@@ -111,7 +111,7 @@ export default {
type:'primary',
label:'作废',
hide: (row) => {
- return row.readyCommissionFeevalue ? true : false
+ return !row.readyCommissionFeevalue ? true : false
},
click:(row, index) => {return this.handVoid(row)},
@@ -102,7 +102,7 @@ export default {
type: 'primary',
label: '作废',
click: (row, index) => { return this.handVoid(row) },