配置订单

This commit is contained in:
xman 2025-03-27 20:57:41 +08:00
parent 66407c5adf
commit 61e69718df

View File

@ -168,30 +168,6 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','cascader'], function
},
refresh:true,
},
{
name:"income",
text:"新增收款",
title:"新增收款",
classname:"btn-view btn-dialog",
icon:'fa fa-money',
url: function(row){
return 'orders/income/add?order_id='+row.id;
},
dropdown:"更多",
visible:function(row){
return true;
},
refresh:true,
},
{
name: 'del',
text:"取消订单",
title:"取消订单",
icon: 'fa fa-trash',
extend: 'data-toggle="tooltip" data-container="body"',
classname: 'btn btn-xs btn-danger btn-delone',
dropdown:"更多",
},
],
}
]