@@ -128,6 +128,9 @@ export default {
{
type:'primary',
label:'结算',
+ hide:(row)=>{
+ return row.handlingFeesStatus == 0?true:false
+ },
click:(row, index) => {return this.openBalanceFun(row)},
},
]